Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 19 Nov 2017 22:04:16 UTC Commit: 816b0f3f11b172920bf0bde879d5792a160f253a https://github.com/geany/geany-osx/commit/816b0f3f11b172920bf0bde879d5792a16...
Log Message: ----------- Update version number
Modified Paths: -------------- Info.plist create_dmg.sh geany.modules plist_filetypes.py
Modified: Info.plist 9 lines changed, 6 insertions(+), 3 deletions(-) =================================================================== @@ -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>
@@ -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>
Modified: create_dmg.sh 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,6 +1,6 @@ #!/bin/sh
-VERSION="1.31" +VERSION="1.32"
NAME="Geany" ICONNAME="Geany.icns"
Modified: geany.modules 8 lines changed, 4 insertions(+), 4 deletions(-) =================================================================== @@ -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> @@ -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> @@ -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" /> @@ -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" />
Modified: plist_filetypes.py 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).