Skip to content

Commit

Permalink
Adding 'Azerty' to version string
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPoilrouge committed May 21, 2021
1 parent 3c1e80f commit 9aea6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doomdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ extern char logfilename[1024];
#else
#define VERSION 1 // Game version
#define SUBVERSION 3 // more precise version number
#define VERSIONSTRING "v1.3 (Moe Mansion)"
#define VERSIONSTRINGW L"v1.3 (Moe Mansion)"
#define VERSIONSTRING "v1.3 (Moe Mansion - Azerty)"
#define VERSIONSTRINGW L"v1.3 (Moe Mansion - Azerty)"
// Hey! If you change this, add 1 to the MODVERSION below! Otherwise we can't force updates!
// And change CMakeLists.txt, for CMake users!
// AND appveyor.yml, for the build bots!
Expand Down

0 comments on commit 9aea6e7

Please sign in to comment.