summaryrefslogtreecommitdiff
path: root/msvc/win32.rc
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/win32.rc')
-rw-r--r--msvc/win32.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/msvc/win32.rc b/msvc/win32.rc
index 5e2d27a9..b9bc06a2 100644
--- a/msvc/win32.rc
+++ b/msvc/win32.rc
@@ -32,21 +32,21 @@
#endif
1 VERSIONINFO
-PRODUCTVERSION 1,2,0,0
-FILEVERSION 1,2,0,0
+PRODUCTVERSION 1,2,1,0
+FILEVERSION 1,2,1,0
FILETYPE 1
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
- VALUE "FileVersion", "1.2.0"
- VALUE "FileDescription", "Chocolate Doom 1.2.0"
+ VALUE "FileVersion", "1.2.1"
+ VALUE "FileDescription", "Chocolate Doom 1.2.1"
VALUE "InternalName", "chocolate-doom"
VALUE "CompanyName", "fraggle@gmail.com"
VALUE "LegalCopyright", "GNU General Public License"
VALUE "ProductName", "Chocolate Doom"
- VALUE "ProductVersion", "1.2.0"
+ VALUE "ProductVersion", "1.2.1"
END
END
END