Skip to content

Commit

Permalink
1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Jan 5, 2019
1 parent 784d722 commit 9818bc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.34</string>
<string>1.34.1</string>
<key>CFBundleVersion</key>
<string>1.34</string>
<string>1.34.1</string>
<key>CFBundleGetInfoString</key>
<string>1.34 (C) 2018 The Geany Team, https://www.geany.org</string>
<string>1.34.1 (C) 2018 The Geany Team, https://www.geany.org</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2018 The Geany Team, GNU General Public License</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/sh

VERSION="1.34"
VERSION="1.34.1"

NAME="Geany"
ICONNAME="Geany.icns"
Expand Down
12 changes: 6 additions & 6 deletions geany.modules
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
autogenargs="--enable-mac-integration">
<branch repo="download.geany.org"
module="geany-${version}.tar.bz2"
checkoutdir="geany-release"
version="1.34"/>
checkoutdir="geany-${version}"
version="1.34.1"/>
<dependencies>
<dep package="geany-deps-gtk2" />
</dependencies>
Expand All @@ -166,8 +166,8 @@
autogenargs="--enable-mac-integration --enable-gtk3">
<branch repo="download.geany.org"
module="geany-${version}.tar.bz2"
checkoutdir="geany-release"
version="1.34"/>
checkoutdir="geany-${version}"
version="1.34.1"/>
<dependencies>
<dep package="geany-deps-gtk3" />
</dependencies>
Expand Down Expand Up @@ -211,7 +211,7 @@
<autotools id="geany-plugins-release-gtk2">
<branch repo="download.geany.org"
module="geany-plugins/geany-plugins-${version}.tar.bz2"
checkoutdir="geany-plugins-release"
checkoutdir="geany-plugins-${version}"
version="1.34"/>
<dependencies>
<dep package="geany-release-gtk2" />
Expand All @@ -223,7 +223,7 @@
<autotools id="geany-plugins-release-gtk3">
<branch repo="download.geany.org"
module="geany-plugins/geany-plugins-${version}.tar.bz2"
checkoutdir="geany-plugins-release"
checkoutdir="geany-plugins-${version}"
version="1.34"/>
<dependencies>
<dep package="geany-release-gtk3" />
Expand Down

0 comments on commit 9818bc5

Please sign in to comment.