[geany/geany-osx] 9b9a74: Bump version numbers and years

Jiří Techet git-noreply at xxxxx
Fri Mar 11 14:22:26 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Fri, 11 Mar 2016 14:22:26 UTC
Commit:      9b9a743552015e1603a3a4828b649a5c4aa08c07
             https://github.com/geany/geany-osx/commit/9b9a743552015e1603a3a4828b649a5c4aa08c07

Log Message:
-----------
Bump version numbers and years


Modified Paths:
--------------
    Info.plist
    create_dmg.sh

Modified: Info.plist
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -3,13 +3,13 @@
 <plist version="1.0">
 <dict>
 	<key>CFBundleShortVersionString</key>
-	<string>1.26</string>
+	<string>1.27</string>
 	<key>CFBundleVersion</key>
-	<string>1.26</string>
+	<string>1.27</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.26 (C) 2015 The Geany Team, http://www.geany.org</string>
+	<string>1.27 (C) 2016 The Geany Team, http://www.geany.org</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2015 The Geany Team, GNU General Public License</string>
+	<string>Copyright 2016 The Geany Team, GNU General Public License</string>
 
 	<key>CFBundleDevelopmentRegion</key>
 	<string>English</string>


Modified: create_dmg.sh
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-VERSION="1.26"
+VERSION="1.27"
 
 NAME="Geany"
 ICONNAME="Geany.icns"



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list