Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Mar 6, 2023
1 parent e8897bc commit b47fce1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gframe/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleDisplayName</key>
<string>Project Ignis: EDOPro</string>
<key>CFBundleShortVersionString</key>
<string>40.1.1</string>
<string>40.1.2</string>
<key>CFBundleVersion</key>
<string>40.1.1</string>
<string>40.1.2</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion gframe/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern bool show_changelog;

#define EDOPRO_VERSION_MAJOR 40
#define EDOPRO_VERSION_MINOR 1
#define EDOPRO_VERSION_PATCH 1
#define EDOPRO_VERSION_PATCH 2
#define EDOPRO_VERSION_CODENAME "Puppet of Strings"
#define EDOPRO_VERSION_STRING_DEBUG "EDOPro version " STR(EDOPRO_VERSION_MAJOR) "." STR(EDOPRO_VERSION_MINOR) "." STR(EDOPRO_VERSION_PATCH)
#define EDOPRO_VERSION_STRING L"Project Ignis: EDOPro | " STR(EDOPRO_VERSION_MAJOR) "." STR(EDOPRO_VERSION_MINOR) "." STR(EDOPRO_VERSION_PATCH) " \"" EDOPRO_VERSION_CODENAME "\""
Expand Down
8 changes: 4 additions & 4 deletions gframe/ygopro.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
1 ICON "ygopro.ico"

1 VERSIONINFO
FILEVERSION 40, 1, 1, 0
PRODUCTVERSION 40, 1, 1, 0
FILEVERSION 40, 1, 2, 0
PRODUCTVERSION 40, 1, 2, 0
FILEOS 0x4
FILETYPE 0x1

Expand All @@ -18,9 +18,9 @@ BEGIN
BEGIN
VALUE "OriginalFilename", "EDOPro.exe"
VALUE "InternalName", "ygoprodll"
VALUE "FileVersion", "40.1.1.0"
VALUE "FileVersion", "40.1.2.0"
VALUE "ProductName", "Project Ignis: EDOPro"
VALUE "ProductVersion", "40.1.1.0"
VALUE "ProductVersion", "40.1.2.0"
VALUE "LegalCopyright", "Copyright (C) 2020-2023 edo9300 and others"
VALUE "CompanyName", "Project Ignis"
VALUE "FileDescription", "Project Ignis: EDOPro, the bleeding-edge automatic duel simulator"
Expand Down

0 comments on commit b47fce1

Please sign in to comment.