From 62a4eb6b6d15fce3bc537db75e6d236428b60a90 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 19 Jul 2017 11:04:53 -0400 Subject: [PATCH] - fixed a comment in version.h about the current ZScript version (it was out of date) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 11158099d..080385839 100644 --- a/src/version.h +++ b/src/version.h @@ -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