Bump v5.0.0-nightly.20190107

This commit is contained in:
Electron Bot 2019-01-07 12:26:08 -08:00
parent 854443a291
commit 90f23c187f
6 changed files with 70 additions and 335 deletions

View file

@ -5,11 +5,11 @@
#ifndef ATOM_COMMON_ATOM_VERSION_H_
#define ATOM_COMMON_ATOM_VERSION_H_
#define ATOM_MAJOR_VERSION 4
#define ATOM_MAJOR_VERSION 5
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
// clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20181010
#define ATOM_PRE_RELEASE_VERSION -nightly.20190107
// clang-format on
#ifndef ATOM_STRINGIFY