Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagb committed Nov 26, 2023
1 parent d996850 commit 076b971
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/version.rc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include <windows.h>
#define VER_FILEVERSION 0,2,0,0
#define VER_FILEVERSION_STR "0.2\0"
#define VER_FILEVERSION 0,2,1,0
#define VER_FILEVERSION_STR "0.2.1\0"

#define VER_PRODUCTVERSION 0,2,0,0
#define VER_PRODUCTVERSION_STR "0.2\0"
#define VER_PRODUCTVERSION 0,2,1,0
#define VER_PRODUCTVERSION_STR "0.2.1\0"

#define VER_COMPANYNAME_STR "SokuDev\0"
#define VER_FILEDESCRIPTION_STR "Mod for Touhou 12.3 to save replay when the battle ends too early (such as esc or desync)\0"
Expand Down Expand Up @@ -59,4 +59,4 @@ BEGIN
/* supports English language (0x409) in the Windows ANSI codepage (1252). */
VALUE "Translation", 0x409, 1252
END
END
END

0 comments on commit 076b971

Please sign in to comment.