Revert "Bump v4.0.0-nightly.20181003"

This reverts commit 76dab5ebd1.
This commit is contained in:
Samuel Attard 2018-10-04 13:45:20 +10:00
parent 76dab5ebd1
commit 01efb6570c
5 changed files with 10 additions and 15 deletions

View file

@ -50,8 +50,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,0,20181003
PRODUCTVERSION 4,0,0,20181003
FILEVERSION 4,0,0,20180929
PRODUCTVERSION 4,0,0,20180929
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 -nightly.20181003
#define ATOM_PRE_RELEASE_VERSION -nightly.20180929
// clang-format on
#ifndef ATOM_STRINGIFY