[geany/geany-osx] 07c63e: Update version number to 1.30.1

Jiří Techet git-noreply at xxxxx
Sun Mar 19 17:57:06 UTC 2017


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 19 Mar 2017 17:57:06 UTC
Commit:      07c63ed27fa2ac8844ef49f76f255a1dcd08ed36
             https://github.com/geany/geany-osx/commit/07c63ed27fa2ac8844ef49f76f255a1dcd08ed36

Log Message:
-----------
Update version number to 1.30.1


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

Modified: Info.plist
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -3,11 +3,11 @@
 <plist version="1.0">
 <dict>
 	<key>CFBundleShortVersionString</key>
-	<string>1.30</string>
+	<string>1.30.1</string>
 	<key>CFBundleVersion</key>
-	<string>1.30</string>
+	<string>1.30.1</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.30 (C) 2017 The Geany Team, http://www.geany.org</string>
+	<string>1.30.1 (C) 2017 The Geany Team, http://www.geany.org</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>Copyright 2017 The Geany Team, GNU General Public License</string>
 


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


Modified: geany.modules
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -145,8 +145,8 @@
   <autotools id="geany-release"
              autogenargs="--enable-mac-integration">
     <branch repo="download.geany.org"
-            module="geany-1.30.tar.bz2" 
-            version="1.30"/>
+            module="geany-1.30.1.tar.bz2" 
+            version="1.30.1"/>
     <dependencies>
       <dep package="geany-deps" />
     </dependencies>
@@ -156,8 +156,8 @@
   <autotools id="geany-release-gtk3"
              autogenargs="--enable-mac-integration --enable-gtk3">
     <branch repo="download.geany.org"
-            module="geany-1.30.tar.bz2" 
-            version="1.30"/>
+            module="geany-1.30.1.tar.bz2" 
+            version="1.30.1"/>
     <dependencies>
       <dep package="geany-deps-gtk3" />
     </dependencies>



--------------
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