mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-21 11:01:36 +00:00
- this is version 4.6.0
This commit is contained in:
parent
7b31ba7cc8
commit
88ef8e2cca
2 changed files with 4 additions and 4 deletions
|
@ -41,11 +41,11 @@ const char *GetVersionString();
|
|||
|
||||
/** Lots of different version numbers **/
|
||||
|
||||
#define VERSIONSTR "4.6pre"
|
||||
#define VERSIONSTR "4.6.0"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 4,5,9999,0
|
||||
#define RC_PRODUCTVERSION 4,5,9999,0
|
||||
#define RC_FILEVERSION 4,6,0,0
|
||||
#define RC_PRODUCTVERSION 4,6,0,0
|
||||
#define RC_PRODUCTVERSION2 VERSIONSTR
|
||||
// These are for content versioning.
|
||||
#define VER_MAJOR 4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version "4.5"
|
||||
version "4.6"
|
||||
|
||||
// Generic engine code
|
||||
#include "zscript/engine/base.zs"
|
||||
|
|
Loading…
Reference in a new issue