Skip to content

Commit f156abc

Browse files
- version 4.12.0
1 parent 38f14cc commit f156abc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/version.h

Lines changed: 3 additions & 3 deletions
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.12pre"
44+
#define VERSIONSTR "4.12.0"
4545

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

0 commit comments

Comments
 (0)