- fixed a comment in version.h about the current ZScript version (it was out of date)

This commit is contained in:
Rachael Alexanderson 2017-07-19 11:04:53 -04:00
parent bbb8374b06
commit 62a4eb6b6d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ const char *GetVersionString();
#define RC_FILEVERSION 3,1,9999,0
#define RC_PRODUCTVERSION 3,1,9999,0
#define RC_PRODUCTVERSION2 VERSIONSTR
// These are for content versioning. The current state is '2.4'.
// These are for content versioning. The current state is '3.2'.
#define VER_MAJOR 3
#define VER_MINOR 2
#define VER_REVISION 0