summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-08-26 12:58:07 +0200
committerGitHub <noreply@github.com>2020-08-26 12:58:07 +0200
commit27f9849992f73e7c28414bec6a184d6ca844ff70 (patch)
tree22cd77f51cad754e0bb80644659e3cb54e5fb6c4
parent6f232d566e9a7b67eae0cef4aaa46938072b3c20 (diff)
Bump version to prealpha 2.4.0alpha1
-rw-r--r--src/version.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.rc b/src/version.rc
index 8e2000ed..7e62e114 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -3,14 +3,14 @@
// If VS_FF_PRERELEASE is not set, MO labels the build as a release and uses VER_FILEVERSION to determine version number.
// Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser
// Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha
-#define VER_FILEVERSION 2,3,1
-#define VER_FILEVERSION_STR "2.3.1\0"
+#define VER_FILEVERSION 2,4,0
+#define VER_FILEVERSION_STR "2.4.0alpha0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
PRODUCTVERSION VER_FILEVERSION
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
-FILEFLAGS (0)
+FILEFLAGS VS_FF_PRERELEASE
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE (0)