mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- Fixed wrong ZScript version but it was harmless.
This commit is contained in:
parent
399ce3cfbf
commit
0d6566f973
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ const char *GetVersionString();
|
|||
// These are for content versioning. The current state is '3.4'.
|
||||
#define VER_MAJOR 3
|
||||
#define VER_MINOR 4
|
||||
#define VER_REVISION 1
|
||||
#define VER_REVISION 0
|
||||
|
||||
// Version identifier for network games.
|
||||
// Bump it every time you do a release unless you're certain you
|
||||
|
|
Loading…
Reference in a new issue