Revert "Bump v4.0.0-beta.4"

This reverts commit 6c18908333.
This commit is contained in:
Samuel Attard
2018-10-19 01:14:11 +11:00
parent 6c18908333
commit 9ac4611075
5 changed files with 6 additions and 6 deletions

View File

@@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,0,4
PRODUCTVERSION 4,0,0,4
FILEVERSION 4,0,0,3
PRODUCTVERSION 4,0,0,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L

View File

@@ -9,7 +9,7 @@
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
// clang-format off
#define ATOM_PRE_RELEASE_VERSION -beta.4
#define ATOM_PRE_RELEASE_VERSION -beta.3
// clang-format on
#ifndef ATOM_STRINGIFY