Skip to content

Commit a10ecc4

Browse files
committed
Version 1038.0
1 parent 93ac816 commit a10ecc4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Source/MEGASync/control/Preferences.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
1212

1313
const char Preferences::CLIENT_KEY[] = "FhMgXbqb";
1414
const char Preferences::USER_AGENT[] = "MEGAsync/1.0.38";
15-
const int Preferences::VERSION_CODE = 1037;
16-
const int Preferences::BUILD_ID = 9;
15+
const int Preferences::VERSION_CODE = 1038;
16+
const int Preferences::BUILD_ID = 0;
1717
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
1818
const QString Preferences::VERSION_STRING = QString::fromAscii("1.0.38");
19-
const QString Preferences::SDK_ID = QString::fromAscii("9690a");
19+
const QString Preferences::SDK_ID = QString::fromAscii("3d285");
2020
const QString Preferences::TRANSLATION_FOLDER = QString::fromAscii("://translations/");
2121
const QString Preferences::TRANSLATION_PREFIX = QString::fromAscii("MEGASyncStrings_");
2222

Source/MEGASync/icon.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <windows.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 1, 0, 37, 9
5-
PRODUCTVERSION 1, 0, 37, 9
4+
FILEVERSION 1, 0, 38, 0
5+
PRODUCTVERSION 1, 0, 38, 0
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS_NT_WINDOWS32
@@ -23,7 +23,7 @@ BEGIN
2323
VALUE "LegalCopyright", "Mega Limited 2015\0"
2424
VALUE "OriginalFilename", "MEGAsync.exe\0"
2525
VALUE "ProductName", "MEGAsync\0"
26-
VALUE "ProductVersion", "1.0.37.9\0"
26+
VALUE "ProductVersion", "1.0.38.0\0"
2727
END
2828
END
2929
END

Source/MEGASync/mega

installer.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2015"
2323
VIAddVersionKey "ProductName" "MEGAsync"
2424

2525
; Version info
26-
VIProductVersion "1.0.37.9"
27-
VIAddVersionKey "FileVersion" "1.0.37.9"
28-
VIAddVersionKey "ProductVersion" "1.0.37.9"
26+
VIProductVersion "1.0.38.0"
27+
VIAddVersionKey "FileVersion" "1.0.38.0"
28+
VIAddVersionKey "ProductVersion" "1.0.38.0"
2929
!define PRODUCT_VERSION "1.0.38"
3030

3131
!define PRODUCT_PUBLISHER "Mega Limited"

0 commit comments

Comments
 (0)