Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Nov 19, 2017
1 parent 2496850 commit 816b0f3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
9 changes: 6 additions & 3 deletions Info.plist
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>1.31</string>
<string>1.32</string>
<key>CFBundleVersion</key>
<string>1.31</string>
<string>1.32</string>
<key>CFBundleGetInfoString</key>
<string>1.31 (C) 2017 The Geany Team, http://www.geany.org</string>
<string>1.32 (C) 2017 The Geany Team, http://www.geany.org</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2017 The Geany Team, GNU General Public License</string>

Expand Down Expand Up @@ -228,9 +228,12 @@
<string>ASM Source</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>S</string>
<string>a51</string>
<string>asm</string>
<string>asm51</string>
<string>s</string>
<string>sx</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>Geany.icns</string>
Expand Down
2 changes: 1 addition & 1 deletion create_dmg.sh
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION="1.31"
VERSION="1.32"

NAME="Geany"
ICONNAME="Geany.icns"
Expand Down
8 changes: 4 additions & 4 deletions geany.modules
Expand Up @@ -155,7 +155,7 @@
<branch repo="download.geany.org"
module="geany-${version}.tar.bz2"
checkoutdir="geany-release"
version="1.31"/>
version="1.32"/>
<dependencies>
<dep package="geany-deps-gtk2" />
</dependencies>
Expand All @@ -167,7 +167,7 @@
<branch repo="download.geany.org"
module="geany-${version}.tar.bz2"
checkoutdir="geany-release"
version="1.31"/>
version="1.32"/>
<dependencies>
<dep package="geany-deps-gtk3" />
</dependencies>
Expand Down Expand Up @@ -212,7 +212,7 @@
<branch repo="download.geany.org"
module="geany-plugins/geany-plugins-${version}.tar.bz2"
checkoutdir="geany-plugins-release"
version="1.31"/>
version="1.32"/>
<dependencies>
<dep package="geany-release-gtk2" />
<dep package="geany-plugins-deps" />
Expand All @@ -224,7 +224,7 @@
<branch repo="download.geany.org"
module="geany-plugins/geany-plugins-${version}.tar.bz2"
checkoutdir="geany-plugins-release"
version="1.31"/>
version="1.32"/>
<dependencies>
<dep package="geany-release-gtk3" />
<dep package="geany-plugins-deps" />
Expand Down
2 changes: 1 addition & 1 deletion plist_filetypes.py
Expand Up @@ -9,7 +9,7 @@
Ada=*.adb;*.ads;
Arduino=*.ino;*.pde;
Asciidoc=*.asciidoc;*.adoc;
ASM=*.asm;*.asm51;*.a51;
ASM=*.asm;*.asm51;*.a51;*.s;*.S;*.sx;
Batch=*.bat;*.cmd;*.nt;
CAML=*.ml;*.mli;
C=*.c;*.xpm;
Expand Down

0 comments on commit 816b0f3

Please sign in to comment.