2020-09-01 22:38:51 +00:00
|
|
|
#define SRB2VERSION "2.2.7"/* this must be the first line, for cmake !! */
|
2020-07-11 05:20:33 +00:00
|
|
|
|
|
|
|
// The Modification ID; must be obtained from a Master Server Admin ( https://mb.srb2.org/showgroups.php ).
|
|
|
|
// DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.
|
|
|
|
// "18" is the default mod ID for version 2.2
|
|
|
|
#define MODID 18
|
|
|
|
|
|
|
|
// 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.2.0 is not version "1".
|
2020-09-01 22:38:51 +00:00
|
|
|
#define MODVERSION 48
|
2020-09-01 22:37:32 +00:00
|
|
|
|
|
|
|
// Define this as a prerelease version suffix
|
2020-09-01 22:38:51 +00:00
|
|
|
#define BETAVERSION "RC1"
|