Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Thu, 19 Oct 2023 19:29:33 UTC Commit: 7df01aa4ffc9b00a469df98ad1ca086c60b568c8 https://github.com/geany/geany-osx/commit/7df01aa4ffc9b00a469df98ad1ca086c60...
Log Message: ----------- 2.0
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.38</string> + <string>2.0</string> <key>CFBundleVersion</key> - <string>1.38</string> + <string>2.0</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2021 The Geany Team, GNU General Public License</string> + <string>Copyright 2023 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/bash
-VERSION="1.38" +VERSION="2.0"
NAME="Geany" ICONNAME="Geany.icns"
Modified: geany.modules 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -121,7 +121,7 @@ <branch repo="download.geany.org" module="geany-${version}.tar.bz2" checkoutdir="geany-${version}" - version="1.38"> + version="2.0"> <!-- This patch corresponds to https://github.com/geany/geany/pull/2363 --> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_config_shell.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_scintilla_candidate_window_pos.patch" strip="1" /> @@ -167,7 +167,7 @@ <branch repo="download.geany.org" module="geany-plugins/geany-plugins-${version}.tar.bz2" checkoutdir="geany-plugins-${version}" - version="1.38"> + version="2.0"> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_spellcheck_relocation.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_geanylua_link_against_statically_built_liblua.patch" strip="1" /> <patch file="https://github.com/geany/geany-osx/raw/master/geany_patches/geany_plugins_geanylua_make_lib_data_directories_relocatable.patch" strip="1" />
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).