[geany/geany-osx] bf606e: Update version number

Jiří Techet git-noreply at xxxxx
Sun Mar 5 17:18:29 UTC 2017


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 05 Mar 2017 17:18:29 UTC
Commit:      bf606eef69b9dd4b426d5f154972c7cf92605d98
             https://github.com/geany/geany-osx/commit/bf606eef69b9dd4b426d5f154972c7cf92605d98

Log Message:
-----------
Update version number


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.29</string>
+	<string>1.30</string>
 	<key>CFBundleVersion</key>
-	<string>1.29</string>
+	<string>1.30</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.29 (C) 2017 The Geany Team, http://www.geany.org</string>
+	<string>1.30 (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.29"
+VERSION="1.30"
 
 NAME="Geany"
 ICONNAME="Geany.icns"


Modified: geany.modules
16 lines changed, 8 insertions(+), 8 deletions(-)
===================================================================
@@ -145,8 +145,8 @@
   <autotools id="geany-release"
              autogenargs="--enable-mac-integration">
     <branch repo="download.geany.org"
-            module="geany-1.29.tar.bz2" 
-            version="1.29"/>
+            module="geany-1.30.tar.bz2" 
+            version="1.30"/>
     <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.29.tar.bz2" 
-            version="1.29"/>
+            module="geany-1.30.tar.bz2" 
+            version="1.30"/>
     <dependencies>
       <dep package="geany-deps-gtk3" />
     </dependencies>
@@ -198,8 +198,8 @@
   <!-- Geany-plugins tarball release -->
   <autotools id="geany-plugins-release">
     <branch repo="download.geany.org"
-            module="geany-plugins/geany-plugins-1.29.tar.bz2" 
-            version="1.29"/>
+            module="geany-plugins/geany-plugins-1.30.tar.bz2" 
+            version="1.30"/>
     <dependencies>
       <dep package="geany-release" />
       <dep package="geany-plugins-deps" />
@@ -209,8 +209,8 @@
   <!-- Geany-plugins tarball release GTK 3 -->
   <autotools id="geany-plugins-release-gtk3">
     <branch repo="download.geany.org"
-            module="geany-plugins/geany-plugins-1.29.tar.bz2" 
-            version="1.29"/>
+            module="geany-plugins/geany-plugins-1.30.tar.bz2" 
+            version="1.30"/>
     <dependencies>
       <dep package="geany-release-gtk3" />
       <dep package="geany-plugins-deps" />



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