mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Make modversion 40 to match Rob's work.
This commit is contained in:
parent
67d8b291bb
commit
419d696072
1 changed files with 2 additions and 2 deletions
|
|
@ -205,8 +205,8 @@ extern FILE *logstream;
|
||||||
// The Modification Version, starting from 1. Do not follow your version string for this,
|
// 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.
|
// 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.
|
// Only set it higher, not lower, obviously.
|
||||||
// Note that we use this to help keep internal testing in check; this is why v2.1.0 is not version "1".
|
// Note that we use this to help keep internal testing in check; this is why v2.2.0 is not version "1".
|
||||||
#define MODVERSION 31
|
#define MODVERSION 40
|
||||||
|
|
||||||
// To version config.cfg, MAJOREXECVERSION is set equal to MODVERSION automatically.
|
// To version config.cfg, MAJOREXECVERSION is set equal to MODVERSION automatically.
|
||||||
// Increment MINOREXECVERSION whenever a config change is needed that does not correspond
|
// Increment MINOREXECVERSION whenever a config change is needed that does not correspond
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue