Skip to content

Commit

Permalink
Bump version to 7.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed Mar 4, 2019
1 parent 0c19dde commit 3723e61
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions config/config.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
1 ICON "config.ico"
1 VERSIONINFO
FILEVERSION 7,10,0,0
PRODUCTVERSION 7,10,0,0
FILEVERSION 7,11,0,0
PRODUCTVERSION 7,11,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "GIMX Labs"
VALUE "FileDescription", "Config editor for GIMX"
VALUE "FileVersion", "7.10"
VALUE "FileVersion", "7.11"
VALUE "InternalName", "gimx-config"
VALUE "LegalCopyright", "Matlo GNU GPL"
VALUE "OriginalFilename", "gimx-config.exe"
VALUE "ProductName", "gimx-config"
VALUE "ProductVersion", "7.10"
VALUE "ProductVersion", "7.11"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions fpsconfig/fpsconfig.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
1 ICON "fpsconfig.ico"
1 VERSIONINFO
FILEVERSION 7,10,0,0
PRODUCTVERSION 7,10,0,0
FILEVERSION 7,11,0,0
PRODUCTVERSION 7,11,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "GIMX Labs"
VALUE "FileDescription", "FPS config editor for GIMX"
VALUE "FileVersion", "7.10"
VALUE "FileVersion", "7.11"
VALUE "InternalName", "gimx-fpsconfig"
VALUE "LegalCopyright", "Matlo GNU GPL"
VALUE "OriginalFilename", "gimx-fpsconfig.exe"
VALUE "ProductName", "gimx-fpsconfig"
VALUE "ProductVersion", "7.10"
VALUE "ProductVersion", "7.11"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion info.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef INFO_H_
#define INFO_H_

#define INFO_VERSION "7.10"
#define INFO_VERSION "7.11"
#define INFO_YEAR "2010-2019"
#define INFO_DEV "Matlo"
#define INFO_WEB "http://gimx.fr"
Expand Down
8 changes: 4 additions & 4 deletions launcher/launcher.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
1 ICON "launcher.ico"
1 VERSIONINFO
FILEVERSION 7,10,0,0
PRODUCTVERSION 7,10,0,0
FILEVERSION 7,11,0,0
PRODUCTVERSION 7,11,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "GIMX Labs"
VALUE "FileDescription", "GIMX launcher"
VALUE "FileVersion", "7.10"
VALUE "FileVersion", "7.11"
VALUE "InternalName", "gimx-launcher"
VALUE "LegalCopyright", "Matlo GNU GPL"
VALUE "OriginalFilename", "gimx-launcher.exe"
VALUE "ProductName", "gimx-launcher"
VALUE "ProductVersion", "7.10"
VALUE "ProductVersion", "7.11"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 3723e61

Please sign in to comment.