Skip to content

Commit 4816e9e

Browse files
committed
move version number to 1.7.7
1 parent fd16de7 commit 4816e9e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

platforms/win32/GUIDOEngine.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 1,7,6,0
57-
PRODUCTVERSION 1,7,6,0
56+
FILEVERSION 1,7,7,0
57+
PRODUCTVERSION 1,7,7,0
5858
FILEFLAGSMASK 0x3fL
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -72,13 +72,13 @@ BEGIN
7272
VALUE "Comments", "Free software, Mozilla Public License (MPL)"
7373
VALUE "CompanyName", "Grame"
7474
VALUE "FileDescription", "GUIDOEngine"
75-
VALUE "FileVersion", "1, 7, 6, 0"
75+
VALUE "FileVersion", "1, 7, 7, 0"
7676
VALUE "InternalName", "GUIDOEngine"
77-
VALUE "LegalCopyright", "Copyright � 2003-2022"
77+
VALUE "LegalCopyright", "Copyright � 2003-2023"
7878
VALUE "LegalTrademarks", "Free software, Mozilla Public License (MPL)"
7979
VALUE "OriginalFilename", "GUIDOEngine.dll"
8080
VALUE "ProductName", "GUIDOEngine"
81-
VALUE "ProductVersion", "1, 7, 6, 0"
81+
VALUE "ProductVersion", "1, 7, 7, 0"
8282
END
8383
END
8484
BLOCK "VarFileInfo"

src/engine/lib/GUIDOEngine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ using namespace std;
7575
// ==========================================================================
7676
const int GUIDOENGINE_MAJOR_VERSION = 1;
7777
const int GUIDOENGINE_MINOR_VERSION = 7;
78-
const int GUIDOENGINE_SUB_VERSION = 6;
79-
const char* GUIDOENGINE_VERSION_STR = "1.7.6";
78+
const int GUIDOENGINE_SUB_VERSION = 7;
79+
const char* GUIDOENGINE_VERSION_STR = "1.7.7";
8080

8181
ARPageFormat* gARPageFormat;
8282
const TagParametersMaps* gMaps = 0;

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.6
1+
1.7.7

0 commit comments

Comments
 (0)