File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
<key >CFBundleDisplayName </key >
14
14
<string >Project Ignis: EDOPro </string >
15
15
<key >CFBundleShortVersionString </key >
16
- <string >40.1.1 </string >
16
+ <string >40.1.2 </string >
17
17
<key >CFBundleVersion </key >
18
- <string >40.1.1 </string >
18
+ <string >40.1.2 </string >
19
19
<key >CFBundleDevelopmentRegion </key >
20
20
<string >English </string >
21
21
<key >LSApplicationCategoryType </key >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ extern bool show_changelog;
18
18
19
19
#define EDOPRO_VERSION_MAJOR 40
20
20
#define EDOPRO_VERSION_MINOR 1
21
- #define EDOPRO_VERSION_PATCH 1
21
+ #define EDOPRO_VERSION_PATCH 2
22
22
#define EDOPRO_VERSION_CODENAME "Puppet of Strings"
23
23
#define EDOPRO_VERSION_STRING_DEBUG "EDOPro version " STR(EDOPRO_VERSION_MAJOR) "." STR(EDOPRO_VERSION_MINOR) "." STR(EDOPRO_VERSION_PATCH)
24
24
#define EDOPRO_VERSION_STRING L"Project Ignis: EDOPro | " STR(EDOPRO_VERSION_MAJOR) "." STR(EDOPRO_VERSION_MINOR) "." STR(EDOPRO_VERSION_PATCH) " \"" EDOPRO_VERSION_CODENAME "\""
Original file line number Diff line number Diff line change 6
6
1 ICON "ygopro.ico"
7
7
8
8
1 VERSIONINFO
9
- FILEVERSION 40, 1, 1 , 0
10
- PRODUCTVERSION 40, 1, 1 , 0
9
+ FILEVERSION 40, 1, 2 , 0
10
+ PRODUCTVERSION 40, 1, 2 , 0
11
11
FILEOS 0x4
12
12
FILETYPE 0x1
13
13
18
18
BEGIN
19
19
VALUE "OriginalFilename", "EDOPro.exe"
20
20
VALUE "InternalName", "ygoprodll"
21
- VALUE "FileVersion", "40.1.1 .0"
21
+ VALUE "FileVersion", "40.1.2 .0"
22
22
VALUE "ProductName", "Project Ignis: EDOPro"
23
- VALUE "ProductVersion", "40.1.1 .0"
23
+ VALUE "ProductVersion", "40.1.2 .0"
24
24
VALUE "LegalCopyright", "Copyright (C) 2020-2023 edo9300 and others"
25
25
VALUE "CompanyName", "Project Ignis"
26
26
VALUE "FileDescription", "Project Ignis: EDOPro, the bleeding-edge automatic duel simulator"
You can’t perform that action at this time.
0 commit comments