From 5667c167679faf9069063902207dccebf879b97d Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 11 Oct 2018 00:04:35 +1100 Subject: [PATCH] Revert "Bump v4.0.0-nightly.20181010" This reverts commit c96847206ef1b3c3d3a1149212b22bf8712bfab6. --- VERSION | 2 +- atom/browser/resources/win/atom.rc | 4 ++-- atom/common/atom_version.h | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 3258b050641..f0aac52efbf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0-nightly.20181010 \ No newline at end of file +4.0.0-nightly.20181006 \ No newline at end of file diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index 99e0ac65d9a..a807eb18dd5 100644 --- a/atom/browser/resources/win/atom.rc +++ b/atom/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 4,0,0,20181010 - PRODUCTVERSION 4,0,0,20181010 + FILEVERSION 4,0,0,20181006 + PRODUCTVERSION 4,0,0,20181006 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index f8686a92b36..5ccf7e74c7c 100644 --- a/atom/common/atom_version.h +++ b/atom/common/atom_version.h @@ -9,7 +9,7 @@ #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.20181006 // clang-format on #ifndef ATOM_STRINGIFY diff --git a/package-lock.json b/package-lock.json index 90dc1ce3160..12c69d420b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.0-nightly.20181010", + "version": "4.0.0-nightly.20181006", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a4c50c2e0cf..9f0d3e66bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "4.0.0-nightly.20181010", + "version": "4.0.0-nightly.20181006", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": {