We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b6f72 commit 08e4676Copy full SHA for 08e4676
src/version.h
@@ -41,11 +41,11 @@ const char *GetVersionString();
41
42
/** Lots of different version numbers **/
43
44
-#define VERSIONSTR "4.8pre"
+#define VERSIONSTR "4.8.0"
45
46
// The version as seen in the Windows resource
47
-#define RC_FILEVERSION 4,7,9999,0
48
-#define RC_PRODUCTVERSION 4,7,9999,0
+#define RC_FILEVERSION 4,8,0,0
+#define RC_PRODUCTVERSION 4,8,0,0
49
#define RC_PRODUCTVERSION2 VERSIONSTR
50
// These are for content versioning.
51
#define VER_MAJOR 4
0 commit comments