Bump v3.0.0-nightly.20180818
This commit is contained in:
parent
c066a51bfe
commit
2945be4b9b
8 changed files with 1846 additions and 1846 deletions
|
@ -56,8 +56,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 3,0,0,5
|
FILEVERSION 3,0,0,20180818
|
||||||
PRODUCTVERSION 3,0,0,5
|
PRODUCTVERSION 3,0,0,20180818
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#define ATOM_MAJOR_VERSION 3
|
#define ATOM_MAJOR_VERSION 3
|
||||||
#define ATOM_MINOR_VERSION 0
|
#define ATOM_MINOR_VERSION 0
|
||||||
#define ATOM_PATCH_VERSION 0
|
#define ATOM_PATCH_VERSION 0
|
||||||
#define ATOM_PRE_RELEASE_VERSION -beta.5
|
#define ATOM_PRE_RELEASE_VERSION -nightly.20180818
|
||||||
|
|
||||||
#ifndef ATOM_STRINGIFY
|
#ifndef ATOM_STRINGIFY
|
||||||
#define ATOM_STRINGIFY(n) ATOM_STRINGIFY_HELPER(n)
|
#define ATOM_STRINGIFY(n) ATOM_STRINGIFY_HELPER(n)
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
'product_name%': 'Electron',
|
'product_name%': 'Electron',
|
||||||
'company_name%': 'GitHub, Inc',
|
'company_name%': 'GitHub, Inc',
|
||||||
'company_abbr%': 'github',
|
'company_abbr%': 'github',
|
||||||
'version%': '3.0.0-beta.5',
|
'version%': '3.0.0-nightly.20180818',
|
||||||
'js2c_input_dir': '<(SHARED_INTERMEDIATE_DIR)/js2c',
|
'js2c_input_dir': '<(SHARED_INTERMEDIATE_DIR)/js2c',
|
||||||
},
|
},
|
||||||
'includes': [
|
'includes': [
|
||||||
|
|
3676
package-lock.json
generated
3676
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron",
|
"name": "electron",
|
||||||
"version": "3.0.0-beta.5",
|
"version": "3.0.0-nightly.20180818",
|
||||||
"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": {
|
||||||
|
|
2
vendor/breakpad
vendored
2
vendor/breakpad
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 82f0452e6b687b3c1e14e08d172b2f3fb79ae91a
|
Subproject commit f5f20660f20c281c1cbf1097ed55204b50711846
|
2
vendor/libchromiumcontent
vendored
2
vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit a81166ad79e68fbfe7cf5ba243192d6412e26b37
|
Subproject commit 5ff3486fc02a6a7b4b9e31d81034c4583c21114a
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit c3c62e09865f925e0f040d8689cf2a207e36c2a1
|
Subproject commit ece0a06ac8147efb5b5af431c21f312f1884616e
|
Loading…
Reference in a new issue