Skip to content
Snippets Groups Projects
Commit 99603365 authored by Eidolon's avatar Eidolon
Browse files

Bump version to 2.2, modversion to 3

parent 34ff000a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>2.2</string>
<key>NSMainNibFile</key>
<string>SDLMain</string>
<key>NSPrincipalClass</key>
......
#define SRB2VERSION "2.1"/* this must be the first line, for cmake !! */
#define SRB2VERSION "2.2"/* this must be the first line, for cmake !! */
// The Modification Version, starting from 1. Do not follow your version string for this,
// it's only for detection of the version the player is using so the MS can alert them of an update.
// Only set it higher, not lower, obviously.
// Note that we use this to help keep internal testing in check; this is why v2.0 is not version "2".
#define MODVERSION 2
#define MODVERSION 3
// Define this as a prerelease version suffix
// #define BETAVERSION "Alpha"
......@@ -78,8 +78,8 @@ END
#include "../doomdef.h" // Needed for version string
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
FILEVERSION 2,2,0,0
PRODUCTVERSION 2,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
......@@ -98,10 +98,10 @@ BEGIN
VALUE "CompanyName", "Kart Krew Dev\0"
VALUE "FileDescription", "Dr. Robotnik's Ring Racers\0"
VALUE "FileVersion", VERSIONSTRING_RC
VALUE "InternalName", "drrr\0"
VALUE "InternalName", "ringracers\0"
VALUE "LegalCopyright", "Copyright 2018-2024 Kart Krew Dev\0"
VALUE "LegalTrademarks", "Dr. Robotnik and related characters are trademarks of Sega.\0"
VALUE "OriginalFilename", "drrr.exe\0"
VALUE "OriginalFilename", "ringracers.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Dr. Robotnik's Ring Racers\0"
VALUE "ProductVersion", VERSIONSTRING_RC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment