Skip to content

Commit

Permalink
Bump version to 5.6.1 RC1 and SDK to 7.12.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rl-mega committed Nov 12, 2024
1 parent 400db65 commit 8bc07bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/MEGASync/control/Version.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#ifndef VERSION_H
#define VERSION_H

#define VER_FILEVERSION 5, 6, 0, 0
#define VER_FILEVERSION_CODE 50600
#define VER_PRODUCTVERSION 5, 6, 0, 0
#define VER_FILEVERSION 5, 6, 1, 0
#define VER_FILEVERSION_CODE 50601
#define VER_PRODUCTVERSION 5, 6, 1, 0
// Update scripts relying on this value if you move it
#define VER_PRODUCTVERSION_STR "5.6.0.0\0"
#define VER_PRODUCTVERSION_STR "5.6.1.0\0"

#define VER_BUILD_ID 1
#define VER_BUILD_ID 0

#define VER_COMPANYNAME_STR "Mega Limited\0"
#define VER_FILEDESCRIPTION_STR "MEGAsync\0"
Expand All @@ -17,7 +17,7 @@
#define VER_ORIGINALFILENAME_STR "MEGAsync.exe\0"
#define VER_PRODUCTNAME_STR "MEGAsync\0"

#define VER_SDK_ID "6073288"
#define VER_SDK_ID "ecc8730"

/* Update scrips relying on this value if you move it
Format: 1 item by line, starting from line following the #define
Expand Down
2 changes: 1 addition & 1 deletion src/MEGASync/mega

0 comments on commit 8bc07bd

Please sign in to comment.