diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-12-30 22:17:46 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-12-30 22:17:46 +0100 |
| commit | edee6af38e431dccefacf73a728d903cffa104b2 (patch) | |
| tree | 9e091bf74d6f424ed40cef450ed46c6f78d60d43 | |
| parent | 4fdb8ee8e6552c71bf560808515a6794b907940d (diff) | |
Bump version to alpha4
| -rw-r--r-- | src/version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.rc b/src/version.rc index 1f34b14e..bfea65b1 100644 --- a/src/version.rc +++ b/src/version.rc @@ -4,7 +4,7 @@ // 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,4,0 -#define VER_FILEVERSION_STR "2.4.0alpha2\0" +#define VER_FILEVERSION_STR "2.4.0alpha4\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
