Bump v7.0.0-nightly.20190521

This commit is contained in:
Electron Bot 2019-05-21 09:39:02 -07:00
parent a8ff6899d4
commit 75609f784c
5 changed files with 11 additions and 11 deletions

View file

@ -1 +1 @@
6.0.0-nightly.20190404 7.0.0-nightly.20190521

View file

@ -17,9 +17,9 @@
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>electron.icns</string> <string>electron.icns</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>6.0.0-nightly.20190404</string> <string>7.0.0-nightly.20190521</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>6.0.0-nightly.20190404</string> <string>7.0.0-nightly.20190521</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string> <string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View file

@ -50,8 +50,8 @@ END
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,0,0,20190404 FILEVERSION 7,0,0,20190521
PRODUCTVERSION 6,0,0,20190404 PRODUCTVERSION 7,0,0,20190521
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -68,12 +68,12 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName", "GitHub, Inc." VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Electron" VALUE "FileDescription", "Electron"
VALUE "FileVersion", "6.0.0" VALUE "FileVersion", "7.0.0"
VALUE "InternalName", "electron.exe" VALUE "InternalName", "electron.exe"
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved." VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "electron.exe" VALUE "OriginalFilename", "electron.exe"
VALUE "ProductName", "Electron" VALUE "ProductName", "Electron"
VALUE "ProductVersion", "6.0.0" VALUE "ProductVersion", "7.0.0"
VALUE "SquirrelAwareVersion", "1" VALUE "SquirrelAwareVersion", "1"
END END
END END

View file

@ -5,11 +5,11 @@
#ifndef ATOM_COMMON_ATOM_VERSION_H_ #ifndef ATOM_COMMON_ATOM_VERSION_H_
#define ATOM_COMMON_ATOM_VERSION_H_ #define ATOM_COMMON_ATOM_VERSION_H_
#define ATOM_MAJOR_VERSION 6 #define ATOM_MAJOR_VERSION 7
#define ATOM_MINOR_VERSION 0 #define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0 #define ATOM_PATCH_VERSION 0
// clang-format off // clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20190404 #define ATOM_PRE_RELEASE_VERSION -nightly.20190521
// clang-format on // clang-format on
#ifndef ATOM_STRINGIFY #ifndef ATOM_STRINGIFY

View file

@ -1,6 +1,6 @@
{ {
"name": "electron", "name": "electron",
"version": "6.0.0-nightly.20190404", "version": "7.0.0-nightly.20190521",
"repository": "https://github.com/electron/electron", "repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": { "devDependencies": {
@ -132,4 +132,4 @@
"git add filenames.auto.gni" "git add filenames.auto.gni"
] ]
} }
} }