Bump version to 2.2, modversion to 3

This commit is contained in:
Eidolon 2024-05-02 22:23:55 -05:00
parent 34ff000af8
commit 9960336554
3 changed files with 7 additions and 7 deletions

View file

@ -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>

View file

@ -1,10 +1,10 @@
#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"

View file

@ -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