mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Define BETAVERSION as a suffix to the version string
This commit is contained in:
parent
aa8f07af41
commit
1922a78a3b
2 changed files with 7 additions and 0 deletions
|
|
@ -130,7 +130,11 @@ extern char logfilename[1024];
|
|||
// most interface strings are ignored in development mode.
|
||||
// we use comprevision and compbranch instead.
|
||||
#else
|
||||
#ifdef BETAVERSION
|
||||
#define VERSIONSTRING "v"SRB2VERSION" "BETAVERSION
|
||||
#else
|
||||
#define VERSIONSTRING "v"SRB2VERSION
|
||||
#endif
|
||||
// Hey! If you change this, add 1 to the MODVERSION below!
|
||||
// Otherwise we can't force updates!
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -10,3 +10,6 @@
|
|||
// Only set it higher, not lower, obviously.
|
||||
// Note that we use this to help keep internal testing in check; this is why v2.2.0 is not version "1".
|
||||
#define MODVERSION 47
|
||||
|
||||
// Define this as a prerelease version suffix
|
||||
//#define BETAVERSION "RC1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue