Bump v4.0.0-nightly.20180928

This commit is contained in:
Electron Bot 2018-09-28 21:30:52 -07:00
parent 7e5d16ce84
commit fa70e65e0f
5 changed files with 27 additions and 13 deletions

View file

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