Bump v4.0.0-nightly.20181004

This commit is contained in:
Electron Bot 2018-10-04 13:56:59 -07:00
parent 434a6e3561
commit 7a6d0cd6d2
5 changed files with 15 additions and 10 deletions

View file

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