|
5 | 5 | // mind if you want to change the format. |
6 | 6 | #define VER_MAJOR 6 |
7 | 7 | #define VER_MINOR 1 |
8 | | -#define VER_MICRO 0 |
9 | | -#define VER_RC 2 |
| 8 | +#define VER_MICRO 1 |
| 9 | +#define VER_RC 0 |
10 | 10 | // Format: "VER_MAJOR.VER_MINOR.VER_MICRO.VER_RC\0" |
11 | | -#define VER_PRODUCTVERSION_STR "6.1.0.2\0" |
| 11 | +#define VER_PRODUCTVERSION_STR "6.1.1.0\0" |
12 | 12 | #define VER_PRODUCTVERSION VER_MAJOR, VER_MINOR, VER_MICRO, VER_RC |
13 | 13 | #define VER_FILEVERSION VER_MAJOR, VER_MINOR, VER_MICRO, VER_RC |
14 | 14 | #define VER_FILEVERSION_CODE (VER_MAJOR * 10000 + VER_MINOR * 100 + VER_MICRO) |
|
20 | 20 | #define VER_COMPANYNAME_STR "Mega Limited\0" |
21 | 21 | #define VER_FILEDESCRIPTION_STR "MEGAsync\0" |
22 | 22 | #define VER_INTERNALNAME_STR "MEGAsync.exe\0" |
23 | | -#define VER_LEGALCOPYRIGHT_STR "Mega Limited 2025\0" |
| 23 | +#define VER_LEGALCOPYRIGHT_STR "Mega Limited 2026\0" |
24 | 24 | #define VER_LEGALTRADEMARKS1_STR "All Rights Reserved" |
25 | 25 | #define VER_ORIGINALFILENAME_STR "MEGAsync.exe\0" |
26 | 26 | #define VER_PRODUCTNAME_STR "MEGAsync\0" |
27 | 27 |
|
28 | 28 | /* SDK commit hash, 7 chars */ |
29 | | -#define VER_SDK_ID "63daa4d" // v10.3.0 |
| 29 | +#define VER_SDK_ID "1c13b13" // v10.3.1 |
30 | 30 |
|
31 | 31 | // clang-format off |
32 | 32 | // Update scrips relying on this value if you move it |
|
39 | 39 | //) |
40 | 40 | #define VER_CHANGES_NOTES QT_TRANSLATE_NOOP("Preferences", \ |
41 | 41 | "- We've fixed bugs and made the app more reliable.\n" \ |
| 42 | +"- Restore synchronization for network drives.\n" \ |
42 | 43 | ) |
43 | 44 | // clang-format on |
44 | 45 |
|
|
0 commit comments