We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f55154 commit 19e5f30Copy full SHA for 19e5f30
source/core/version.h
@@ -41,11 +41,11 @@ const char *GetVersionString();
41
42
/** Lots of different version numbers **/
43
44
-#define VERSIONSTR "1.11pre"
+#define VERSIONSTR "1.11.0"
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,0,0
+#define RC_PRODUCTVERSION 1,11,0,0
49
#define RC_PRODUCTVERSION2 VERSIONSTR
50
// These are for content versioning.
51
#define VER_MAJOR 4
0 commit comments