Merge pull request #11843 from electron/fix-pre-release-string

Fix PRE_RELEASE_VERSION
This commit is contained in:
John Kleinschmidt
2018-02-06 15:21:04 -05:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
#define ATOM_PRE_RELEASE_VERSION -beta.5
#ifndef ATOM_PRE_RELEASE_VERSION
# define ATOM_PRE_RELEASE_VERSION ""
#define ATOM_PRE_RELEASE_VERSION
#endif
#ifndef ATOM_STRINGIFY