diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-05-22 01:27:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-22 01:27:16 +0200 |
| commit | e618afa5d1ef53e62d022f3d233c86e13fd4a215 (patch) | |
| tree | c4b9d3cf45a5cfd309a016eddd937903741abc75 /src | |
| parent | 5f00213b8a462e5c1bbbecf25c0c3d7d8810a845 (diff) | |
| parent | 736fc28b12ca0fbda23cbd662339413697db57cc (diff) | |
Merge pull request #1075 from Holt59/bump-to-2.3.0a8
Bump version to 2.3.0 alpha 8.
Diffstat (limited to 'src')
| -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 f6900cd3..b845233d 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,3,0 -#define VER_FILEVERSION_STR "2.3.0alpha7\0" +#define VER_FILEVERSION_STR "2.3.0alpha8\0" VS_VERSION_INFO VERSIONINFO FILEVERSION VER_FILEVERSION |
