[geany/geany-osx] 784d72: Update version number

Jiří Techet git-noreply at xxxxx
Sun Dec 16 17:09:34 UTC 2018


Branch:      refs/tags/1.34.0
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 16 Dec 2018 17:09:34 UTC
Commit:      784d722c3e1dbb594fff072a3048a527e86728b9
             https://github.com/geany/geany-osx/commit/784d722c3e1dbb594fff072a3048a527e86728b9

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.33</string>
+	<string>1.34</string>
 	<key>CFBundleVersion</key>
-	<string>1.33</string>
+	<string>1.34</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.33 (C) 2018 The Geany Team, http://www.geany.org</string>
+	<string>1.34 (C) 2018 The Geany Team, https://www.geany.org</string>
 	<key>NSHumanReadableCopyright</key>
 	<string>Copyright 2018 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.33"
+VERSION="1.34"
 
 NAME="Geany"
 ICONNAME="Geany.icns"


Modified: geany.modules
8 lines changed, 4 insertions(+), 4 deletions(-)
===================================================================
@@ -155,7 +155,7 @@
     <branch repo="download.geany.org"
             module="geany-${version}.tar.bz2" 
             checkoutdir="geany-release"
-            version="1.33"/>
+            version="1.34"/>
     <dependencies>
       <dep package="geany-deps-gtk2" />
     </dependencies>
@@ -167,7 +167,7 @@
     <branch repo="download.geany.org"
             module="geany-${version}.tar.bz2"
             checkoutdir="geany-release"
-            version="1.33"/>
+            version="1.34"/>
     <dependencies>
       <dep package="geany-deps-gtk3" />
     </dependencies>
@@ -212,7 +212,7 @@
     <branch repo="download.geany.org"
             module="geany-plugins/geany-plugins-${version}.tar.bz2"
             checkoutdir="geany-plugins-release"
-            version="1.33"/>
+            version="1.34"/>
     <dependencies>
       <dep package="geany-release-gtk2" />
       <dep package="geany-plugins-deps" />
@@ -224,7 +224,7 @@
     <branch repo="download.geany.org"
             module="geany-plugins/geany-plugins-${version}.tar.bz2"
             checkoutdir="geany-plugins-release"
-            version="1.33"/>
+            version="1.34"/>
     <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