Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vlad Doc
SRB2
Commits
cfaf49ab
Commit
cfaf49ab
authored
8 years ago
by
Luna
Browse files
Options
Downloads
Patches
Plain Diff
Version number change
parent
01a2f9e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doomdef.h
+6
-6
6 additions, 6 deletions
src/doomdef.h
with
6 additions
and
6 deletions
src/doomdef.h
+
6
−
6
View file @
cfaf49ab
...
@@ -149,10 +149,10 @@ extern FILE *logstream;
...
@@ -149,10 +149,10 @@ extern FILE *logstream;
// most interface strings are ignored in development mode.
// most interface strings are ignored in development mode.
// we use comprevision and compbranch instead.
// we use comprevision and compbranch instead.
#else
#else
#define VERSION
201
// Game version
#define VERSION
100
// Game version
#define SUBVERSION
17
// more precise version number
#define SUBVERSION
0
// more precise version number
#define VERSIONSTRING "
v2.1.17
"
#define VERSIONSTRING "
PlusC v1.0
"
#define VERSIONSTRINGW L"
v2.1.17
"
#define VERSIONSTRINGW L"
PlusC v1.0
"
// Hey! If you change this, add 1 to the MODVERSION below!
// Hey! If you change this, add 1 to the MODVERSION below!
// Otherwise we can't force updates!
// Otherwise we can't force updates!
#endif
#endif
...
@@ -208,13 +208,13 @@ extern FILE *logstream;
...
@@ -208,13 +208,13 @@ extern FILE *logstream;
// The Modification ID; must be obtained from Inuyasha ( http://mb.srb2.org/private.php?do=newpm&u=2604 ).
// The Modification ID; must be obtained from Inuyasha ( http://mb.srb2.org/private.php?do=newpm&u=2604 ).
// DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.
// DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.
// "12" is the default mod ID for version 2.1
// "12" is the default mod ID for version 2.1
#define MODID 1
2
#define MODID 1
5
// 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.1.0 is not version "1".
#define MODVERSION
22
#define MODVERSION
1
// =========================================================================
// =========================================================================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment