Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Tue, 12 Oct 2021 14:20:41 UTC Commit: 9261c2e77ea34e02c042bb7add672813cccbf03d https://github.com/geany/geany-osx/commit/9261c2e77ea34e02c042bb7add672813cc...
Log Message: ----------- 1.38
Modified Paths: -------------- Info.plist create_dmg.sh geany.modules
Modified: Info.plist 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -3,9 +3,9 @@ <plist version="1.0"> <dict> <key>CFBundleShortVersionString</key> - <string>1.37</string> + <string>1.38</string> <key>CFBundleVersion</key> - <string>1.37</string> + <string>1.38</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2021 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.37" +VERSION="1.38"
NAME="Geany" ICONNAME="Geany.icns"
Modified: geany.modules 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -116,7 +116,7 @@ <branch repo="download.geany.org" module="geany-${version}.tar.bz2" checkoutdir="geany-${version}" - version="1.37"> + version="1.38"> <!-- This patch corresponds to https://github.com/geany/geany/pull/2363 --> <patch file="https://github.com/geany/geany-osx/raw/master/patches/01-geany_config_shell.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/patches/03-geany_vte_login_shell.patch" strip="1" /> @@ -153,7 +153,7 @@ <branch repo="download.geany.org" module="geany-plugins/geany-plugins-${version}.tar.bz2" checkoutdir="geany-plugins-${version}" - version="1.37" /> + version="1.38" /> <dependencies> <dep package="geany-release" /> <dep package="geany-plugins-deps" />
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).