We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f55154 commit 2aa1e22Copy full SHA for 2aa1e22
source/core/version.h
@@ -41,19 +41,19 @@ const char *GetVersionString();
41
42
/** Lots of different version numbers **/
43
44
-#define VERSIONSTR "1.11pre"
+#define VERSIONSTR "1.12pre"
45
46
// The version as seen in the Windows resource
47
-#define RC_FILEVERSION 1,10,9999,0
48
-#define RC_PRODUCTVERSION 1,10,9999,0
+#define RC_FILEVERSION 1,11,9999,0
+#define RC_PRODUCTVERSION 1,11,9999,0
49
#define RC_PRODUCTVERSION2 VERSIONSTR
50
// These are for content versioning.
51
#define VER_MAJOR 4
52
-#define VER_MINOR 12
+#define VER_MINOR 13
53
#define VER_REVISION 0
54
55
#define ENG_MAJOR 1
56
-#define ENG_MINOR 11
+#define ENG_MINOR 12
57
#define ENG_REVISION 0
58
59
// More stuff that needs to be different for derivatives.
0 commit comments