diff options
Diffstat (limited to 'msvc/win32.rc')
-rw-r--r-- | msvc/win32.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/msvc/win32.rc b/msvc/win32.rc index 91c30496..f0eba798 100644 --- a/msvc/win32.rc +++ b/msvc/win32.rc @@ -32,21 +32,21 @@ #endif
1 VERSIONINFO
-PRODUCTVERSION 1,7,0,0
-FILEVERSION 1,7,0,0
+PRODUCTVERSION 1,99,0,0
+FILEVERSION 1,99,0,0
FILETYPE 1
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
- VALUE "FileVersion", "1.7.0"
- VALUE "FileDescription", "Chocolate Doom 1.7.0"
+ VALUE "FileVersion", "1.99.0"
+ VALUE "FileDescription", "Chocolate Doom 1.99.0"
VALUE "InternalName", "chocolate-doom"
VALUE "CompanyName", "fraggle@gmail.com"
VALUE "LegalCopyright", "GNU General Public License"
VALUE "ProductName", "Chocolate Doom"
- VALUE "ProductVersion", "1.7.0"
+ VALUE "ProductVersion", "1.99.0"
END
END
END
|