Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Oct 19, 2023
1 parent 8e93515 commit 7df01aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion create_dmg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="1.38"
VERSION="2.0"

NAME="Geany"
ICONNAME="Geany.icns"
Expand Down
4 changes: 2 additions & 2 deletions geany.modules
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit 7df01aa

Please sign in to comment.