diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-08-16 08:15:31 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-08-16 08:19:05 -0500 |
| commit | 16a7ef78d386e3724da9663114f9f22c50178b67 (patch) | |
| tree | 4a443e036b6e0aae422abfa6918c8dc0212b6791 /src/version.rc | |
| parent | 74202cc743f4a8d1ab7b73fbe6ade1e223791ba3 (diff) | |
Change version to 2.1.5
Diffstat (limited to 'src/version.rc')
| -rw-r--r-- | src/version.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.rc b/src/version.rc index 39565d70..1b0eba08 100644 --- a/src/version.rc +++ b/src/version.rc @@ -3,8 +3,8 @@ // 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,1,4
-#define VER_FILEVERSION_STR "2.1.4\0"
+#define VER_FILEVERSION 2,1,5
+#define VER_FILEVERSION_STR "2.1.5\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
|
