Skip to content

Commit feecffe

Browse files
committed
Bump version to v6.1.1 and SDK v10.3.1
1 parent b01831c commit feecffe

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

src/MEGASync/control/Version.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
// mind if you want to change the format.
66
#define VER_MAJOR 6
77
#define VER_MINOR 1
8-
#define VER_MICRO 0
9-
#define VER_RC 2
8+
#define VER_MICRO 1
9+
#define VER_RC 0
1010
// 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"
1212
#define VER_PRODUCTVERSION VER_MAJOR, VER_MINOR, VER_MICRO, VER_RC
1313
#define VER_FILEVERSION VER_MAJOR, VER_MINOR, VER_MICRO, VER_RC
1414
#define VER_FILEVERSION_CODE (VER_MAJOR * 10000 + VER_MINOR * 100 + VER_MICRO)
@@ -20,13 +20,13 @@
2020
#define VER_COMPANYNAME_STR "Mega Limited\0"
2121
#define VER_FILEDESCRIPTION_STR "MEGAsync\0"
2222
#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"
2424
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
2525
#define VER_ORIGINALFILENAME_STR "MEGAsync.exe\0"
2626
#define VER_PRODUCTNAME_STR "MEGAsync\0"
2727

2828
/* SDK commit hash, 7 chars */
29-
#define VER_SDK_ID "63daa4d" // v10.3.0
29+
#define VER_SDK_ID "1c13b13" // v10.3.1
3030

3131
// clang-format off
3232
// Update scrips relying on this value if you move it
@@ -39,6 +39,7 @@
3939
//)
4040
#define VER_CHANGES_NOTES QT_TRANSLATE_NOOP("Preferences", \
4141
"- We've fixed bugs and made the app more reliable.\n" \
42+
"- Restore synchronization for network drives.\n" \
4243
)
4344
// clang-format on
4445

src/MEGASync/gui/translations/translation.source.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6082,9 +6082,11 @@ Enter a different name.</translation>
60826082
<name>Preferences</name>
60836083
<message>
60846084
<source>- We&apos;ve fixed bugs and made the app more reliable.
6085+
- Restore synchronization for network drives.
60856086
</source>
6086-
<translatorcomment>Change log for version 6.1.0. CON-1538</translatorcomment>
6087-
<translation>- We’ve fixed bugs and made the app more reliable</translation>
6087+
<translation type="unfinished">- We&apos;ve fixed bugs and made the app more reliable.
6088+
- Restore synchronization for network drives.
6089+
</translation>
60886090
</message>
60896091
</context>
60906092
<context>

0 commit comments

Comments
 (0)