We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c3e06 commit 9a068cfCopy full SHA for 9a068cf
source/core/version.h
@@ -41,19 +41,19 @@ const char *GetVersionString();
41
42
/** Lots of different version numbers **/
43
44
-#define VERSIONSTR "1.9pre"
+#define VERSIONSTR "1.10"
45
46
// The version as seen in the Windows resource
47
-#define RC_FILEVERSION 1,8,9999,0
48
-#define RC_PRODUCTVERSION 1,8,9999,0
+#define RC_FILEVERSION 1,10,0,0
+#define RC_PRODUCTVERSION 1,10,0,0
49
#define RC_PRODUCTVERSION2 VERSIONSTR
50
// These are for content versioning.
51
#define VER_MAJOR 4
52
#define VER_MINOR 12
53
#define VER_REVISION 0
54
55
#define ENG_MAJOR 1
56
-#define ENG_MINOR 8
+#define ENG_MINOR 10
57
#define ENG_REVISION 0
58
59
// More stuff that needs to be different for derivatives.
0 commit comments