Skip to content

Commit

Permalink
Revert "Bump v4.0.0-nightly.20190107"
Browse files Browse the repository at this point in the history
This reverts commit f8614ab.
  • Loading branch information
electron-bot committed Jan 7, 2019
1 parent f8614ab commit cdf4bfa
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 69 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
4.0.0-nightly.20190107
4.0.0-nightly.20181010
66 changes: 33 additions & 33 deletions atom/browser/resources/mac/Info.plist
@@ -1,36 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${ATOM_BUNDLE_ID}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>4.0.0-nightly.20190107</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0-nightly.20190107</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.10.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>AtomApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
<dict>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleIdentifier</key>
<string>${ATOM_BUNDLE_ID}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>4.0.0</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>10.10.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>AtomApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
8 changes: 4 additions & 4 deletions atom/browser/resources/win/atom.rc
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,0-nightly,20190107
PRODUCTVERSION 4,0,0-nightly,20190107
FILEVERSION 4,0,0,20181010
PRODUCTVERSION 4,0,0,20181010
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Electron"
VALUE "FileVersion", "4.0.0"
VALUE "FileVersion", "4.0.0"
VALUE "InternalName", "electron.exe"
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "electron.exe"
VALUE "ProductName", "Electron"
VALUE "ProductVersion", "4.0.0"
VALUE "ProductVersion", "4.0.0"
VALUE "SquirrelAwareVersion", "1"
END
END
Expand Down
2 changes: 1 addition & 1 deletion atom/common/atom_version.h
Expand Up @@ -9,7 +9,7 @@
#define ATOM_MINOR_VERSION 0
#define ATOM_PATCH_VERSION 0
// clang-format off
#define ATOM_PRE_RELEASE_VERSION -nightly.20190107
#define ATOM_PRE_RELEASE_VERSION -nightly.20181010
// clang-format on

#ifndef ATOM_STRINGIFY
Expand Down

0 comments on commit cdf4bfa

Please sign in to comment.