Skip to content

Commit 08e4676

Browse files
committedJun 6, 2022
- this is 4.8.0
1 parent 21b6f72 commit 08e4676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ const char *GetVersionString();
4141

4242
/** Lots of different version numbers **/
4343

44-
#define VERSIONSTR "4.8pre"
44+
#define VERSIONSTR "4.8.0"
4545

4646
// The version as seen in the Windows resource
47-
#define RC_FILEVERSION 4,7,9999,0
48-
#define RC_PRODUCTVERSION 4,7,9999,0
47+
#define RC_FILEVERSION 4,8,0,0
48+
#define RC_PRODUCTVERSION 4,8,0,0
4949
#define RC_PRODUCTVERSION2 VERSIONSTR
5050
// These are for content versioning.
5151
#define VER_MAJOR 4

0 commit comments

Comments
 (0)
Please sign in to comment.