summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl <26797547+Al12rs@users.noreply.github.com>2020-01-15 12:04:25 +0100
committerAl <26797547+Al12rs@users.noreply.github.com>2020-01-15 12:04:25 +0100
commita12e56f977f9c1e0aad31cd69719f5d6a6c619ea (patch)
tree6050780d579b884b966eadcd219dc731487bb5a9
parent5aad5eb8a23f319cfddb90b2a9b7e4121783af98 (diff)
Bump version for 2.3.0 alpha 2
-rw-r--r--src/version.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.rc b/src/version.rc
index e6481a5a..11874365 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,2,2,1
-#define VER_FILEVERSION_STR "2.2.2.1\0"
+#define VER_FILEVERSION 2,3,0
+#define VER_FILEVERSION_STR "2.3.0alpha2\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)