Skip to content

Commit

Permalink
Bump version in resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jun 17, 2021
1 parent 4d7f078 commit 68eb580
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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>39.1.1</string>
<string>39.1.2</string>
<key>CFBundleVersion</key>
<string>39.1.1</string>
<string>39.1.2</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>LSApplicationCategoryType</key>
Expand Down
8 changes: 4 additions & 4 deletions gframe/ygopro.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
1 ICON "ygopro.ico"

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

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

0 comments on commit 68eb580

Please sign in to comment.