Bump v0.34.2
authorCheng Zhao <zcbenz@gmail.com>
Fri, 30 Oct 2015 05:12:20 +0000 (13:12 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Fri, 30 Oct 2015 06:50:57 +0000 (14:50 +0800)
atom.gyp
atom/browser/resources/mac/Info.plist
atom/browser/resources/win/atom.rc
atom/common/atom_version.h

index d4b4f67..7b88df4 100644 (file)
--- a/atom.gyp
+++ b/atom.gyp
@@ -4,7 +4,7 @@
     'product_name%': 'Electron',
     'company_name%': 'GitHub, Inc',
     'company_abbr%': 'github',
-    'version%': '0.34.1',
+    'version%': '0.34.2',
   },
   'includes': [
     'filenames.gypi',
index aff4685..a703c01 100644 (file)
@@ -17,9 +17,9 @@
   <key>CFBundleIconFile</key>
   <string>atom.icns</string>
   <key>CFBundleVersion</key>
-  <string>0.34.1</string>
+  <string>0.34.2</string>
   <key>CFBundleShortVersionString</key>
-  <string>0.34.1</string>
+  <string>0.34.2</string>
   <key>LSApplicationCategoryType</key>
   <string>public.app-category.developer-tools</string>
   <key>LSMinimumSystemVersion</key>
index 3adf196..8401e1d 100644 (file)
@@ -56,8 +56,8 @@ END
 //\r
 \r
 VS_VERSION_INFO VERSIONINFO\r
- FILEVERSION 0,34,1,0\r
- PRODUCTVERSION 0,34,1,0\r
+ FILEVERSION 0,34,2,0\r
+ PRODUCTVERSION 0,34,2,0\r
  FILEFLAGSMASK 0x3fL\r
 #ifdef _DEBUG\r
  FILEFLAGS 0x1L\r
@@ -74,12 +74,12 @@ BEGIN
         BEGIN\r
             VALUE "CompanyName", "GitHub, Inc."\r
             VALUE "FileDescription", "Electron"\r
-            VALUE "FileVersion", "0.34.1"\r
+            VALUE "FileVersion", "0.34.2"\r
             VALUE "InternalName", "electron.exe"\r
             VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."\r
             VALUE "OriginalFilename", "electron.exe"\r
             VALUE "ProductName", "Electron"\r
-            VALUE "ProductVersion", "0.34.1"\r
+            VALUE "ProductVersion", "0.34.2"\r
             VALUE "SquirrelAwareVersion", "1"\r
         END\r
     END\r
index 1f8b8de..5b1dc4a 100644 (file)
@@ -7,7 +7,7 @@
 
 #define ATOM_MAJOR_VERSION 0
 #define ATOM_MINOR_VERSION 34
-#define ATOM_PATCH_VERSION 1
+#define ATOM_PATCH_VERSION 2
 
 #define ATOM_VERSION_IS_RELEASE 1