Bump v0.15.2.
authorCheng Zhao <zcbenz@gmail.com>
Mon, 4 Aug 2014 13:14:07 +0000 (21:14 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 4 Aug 2014 13:14:07 +0000 (21:14 +0800)
atom/browser/resources/mac/Info.plist
atom/browser/resources/win/atom.rc
atom/common/atom_version.h
atom/common/chrome_version.h
package.json

index 7ca7bac..978ed76 100644 (file)
@@ -17,7 +17,7 @@
   <key>CFBundleIconFile</key>
   <string>atom.icns</string>
   <key>CFBundleVersion</key>
-  <string>0.15.1</string>
+  <string>0.15.2</string>
   <key>LSMinimumSystemVersion</key>
   <string>10.8.0</string>
   <key>NSMainNibFile</key>
index 3e75948..c13c55e 100644 (file)
@@ -50,8 +50,8 @@ END
 //\r
 \r
 VS_VERSION_INFO VERSIONINFO\r
- FILEVERSION 0,15,1,0\r
- PRODUCTVERSION 0,15,1,0\r
+ FILEVERSION 0,15,2,0\r
+ PRODUCTVERSION 0,15,2,0\r
  FILEFLAGSMASK 0x3fL\r
 #ifdef _DEBUG\r
  FILEFLAGS 0x1L\r
@@ -68,12 +68,12 @@ BEGIN
         BEGIN\r
             VALUE "CompanyName", "GitHub, Inc."\r
             VALUE "FileDescription", "Atom-Shell"\r
-            VALUE "FileVersion", "0.15.1"\r
+            VALUE "FileVersion", "0.15.2"\r
             VALUE "InternalName", "atom.exe"\r
             VALUE "LegalCopyright", "Copyright (C) 2013 GitHub, Inc. All rights reserved."\r
             VALUE "OriginalFilename", "atom.exe"\r
             VALUE "ProductName", "Atom-Shell"\r
-            VALUE "ProductVersion", "0.15.1"\r
+            VALUE "ProductVersion", "0.15.2"\r
         END\r
     END\r
     BLOCK "VarFileInfo"\r
index 8f93ee9..230d5bc 100644 (file)
@@ -7,7 +7,7 @@
 
 #define ATOM_MAJOR_VERSION 0
 #define ATOM_MINOR_VERSION 15
-#define ATOM_PATCH_VERSION 1
+#define ATOM_PATCH_VERSION 2
 
 #define ATOM_VERSION_IS_RELEASE 1
 
index a8f70f3..262d56b 100644 (file)
@@ -1,14 +1,14 @@
-// Copyright (c) 2014 GitHub, Inc. All rights reserved.
-// Use of this source code is governed by the MIT license that can be
-// found in the LICENSE file.
-
-// This file is generated by script/bootstrap.py, you should never modify it
-// by hand.
-
-#ifndef ATOM_COMMON_CHROME_VERSION_H_
-#define ATOM_COMMON_CHROME_VERSION_H_
-
-#define CHROME_VERSION_STRING "36.0.1985.125"
-#define CHROME_VERSION "v" CHROME_VERSION_STRING
-
-#endif  // ATOM_COMMON_CHROME_VERSION_H_
+// Copyright (c) 2014 GitHub, Inc. All rights reserved.\r
+// Use of this source code is governed by the MIT license that can be\r
+// found in the LICENSE file.\r
+\r
+// This file is generated by script/bootstrap.py, you should never modify it\r
+// by hand.\r
+\r
+#ifndef ATOM_COMMON_CHROME_VERSION_H_\r
+#define ATOM_COMMON_CHROME_VERSION_H_\r
+\r
+#define CHROME_VERSION_STRING "36.0.1985.125"\r
+#define CHROME_VERSION "v" CHROME_VERSION_STRING\r
+\r
+#endif  // ATOM_COMMON_CHROME_VERSION_H_\r
index 782a0ea..e38cc9a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "atom-shell",
-  "version": "0.15.1",
+  "version": "0.15.2",
 
   "licenses": [
     {