Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 10 Jul 2016 17:19:40 UTC Commit: efcfef9db52b0ccef2b426f959fe36f03e83340a https://github.com/geany/geany-osx/commit/efcfef9db52b0ccef2b426f959fe36f03e...
Log Message: ----------- Update version number
Modified Paths: -------------- Info.plist create_dmg.sh geany.modules plist_filetypes.py
Modified: Info.plist 7 lines changed, 3 insertions(+), 4 deletions(-) =================================================================== @@ -3,11 +3,11 @@ <plist version="1.0"> <dict> <key>CFBundleShortVersionString</key> - <string>1.27</string> + <string>1.28</string> <key>CFBundleVersion</key> - <string>1.27</string> + <string>1.28</string> <key>CFBundleGetInfoString</key> - <string>1.27 (C) 2016 The Geany Team, http://www.geany.org</string> + <string>1.28 (C) 2016 The Geany Team, http://www.geany.org</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2016 The Geany Team, GNU General Public License</string>
@@ -261,7 +261,6 @@ <key>CFBundleTypeExtensions</key> <array> <string>c</string> - <string>h</string> <string>xpm</string> </array> <key>CFBundleTypeIconFile</key>
Modified: create_dmg.sh 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,6 +1,6 @@ #!/bin/sh
-VERSION="1.27" +VERSION="1.28"
NAME="Geany" ICONNAME="Geany.icns"
Modified: geany.modules 16 lines changed, 8 insertions(+), 8 deletions(-) =================================================================== @@ -137,8 +137,8 @@ <autotools id="geany-release" autogenargs="--enable-mac-integration"> <branch repo="download.geany.org" - module="geany-1.27.tar.bz2" - version="1.27"/> + module="geany-1.28.tar.bz2" + version="1.28"/> <dependencies> <dep package="geany-deps" /> </dependencies> @@ -148,8 +148,8 @@ <autotools id="geany-release-gtk3" autogenargs="--enable-mac-integration --enable-gtk3"> <branch repo="download.geany.org" - module="geany-1.27.tar.bz2" - version="1.27"/> + module="geany-1.28.tar.bz2" + version="1.28"/> <dependencies> <dep package="geany-deps-gtk3" /> </dependencies> @@ -190,8 +190,8 @@ <!-- Geany-plugins tarball release --> <autotools id="geany-plugins-release"> <branch repo="download.geany.org" - module="geany-plugins/geany-plugins-1.27.tar.bz2" - version="1.27"/> + module="geany-plugins/geany-plugins-1.28.tar.bz2" + version="1.28"/> <dependencies> <dep package="geany-release" /> <dep package="geany-plugins-deps" /> @@ -201,8 +201,8 @@ <!-- Geany-plugins tarball release GTK 3 --> <autotools id="geany-plugins-release-gtk3"> <branch repo="download.geany.org" - module="geany-plugins/geany-plugins-1.27.tar.bz2" - version="1.27"/> + module="geany-plugins/geany-plugins-1.28.tar.bz2" + version="1.28"/> <dependencies> <dep package="geany-release-gtk3" /> <dep package="geany-plugins-deps" />
Modified: plist_filetypes.py 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -11,7 +11,7 @@ ASM=*.asm;*.asm51;*.a51; Batch=*.bat;*.cmd;*.nt; CAML=*.ml;*.mli; -C=*.c;*.h;*.xpm; +C=*.c;*.xpm; C++=*.cpp;*.cxx;*.c++;*.cc;*.h;*.hpp;*.hxx;*.h++;*.hh;*.C;*.H; Clojure=*.clj;*.cljs;*.cljc; CUDA=*.cu;*.cuh;*.h;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).