Skip to content

Commit

Permalink
Reflect build ID in version
Browse files Browse the repository at this point in the history
  • Loading branch information
rl-mega committed Jan 15, 2025
1 parent 1c847b2 commit e448827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MEGASync/control/Version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ifndef VERSION_H
#define VERSION_H

#define VER_FILEVERSION 5, 7, 1, 0
#define VER_FILEVERSION 5, 7, 1, 1
#define VER_FILEVERSION_CODE 50701
#define VER_PRODUCTVERSION 5, 7, 1, 0
#define VER_PRODUCTVERSION 5, 7, 1, 1
// Update scripts relying on this value if you move it
#define VER_PRODUCTVERSION_STR "5.7.1.0\0"
#define VER_PRODUCTVERSION_STR "5.7.1.1\0"

#define VER_BUILD_ID 1

Expand Down

0 comments on commit e448827

Please sign in to comment.