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
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
04916edc
Commit
04916edc
authored
6 years ago
by
Marco Z
Browse files
Options
Downloads
Patches
Plain Diff
Update EXECVERSION to MODVERSION 27
parent
60bcf925
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!408
EXECVERSION adjustments (config updater)
,
!402
Update code versions to 2.1.22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doomdef.h
+3
-3
3 additions, 3 deletions
src/doomdef.h
with
3 additions
and
3 deletions
src/doomdef.h
+
3
−
3
View file @
04916edc
...
...
@@ -214,14 +214,14 @@ extern FILE *logstream;
// 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.1.0 is not version "1".
#define MODVERSION 2
6
#define MODVERSION 2
7
// To version config.cfg, set MAJOREXECVERSION equal to MODVERSION
// and increment SUBEXECVERSION whenever a config change is needed
// that does not correspond to an increment in MODVERSION.
// If MAJOREXECVERSION increases, set MINOREXECVERSION to 0.
#define MAJOREXECVERSION 2
6
#define MINOREXECVERSION
1
#define MAJOREXECVERSION 2
7
#define MINOREXECVERSION
0
// (It would have been nice to use VERSION and SUBVERSION but those are different for DEVELOP builds)
// Macros
...
...
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