Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 10 Jul 2016 14:15:30 UTC Commit: ba82282e7a96697b3435ee40021c28df859853df https://github.com/geany/geany-plugins/commit/ba82282e7a96697b3435ee40021c28...
Log Message: ----------- Post release version bump to 1.29
Modified Paths: -------------- NEWS build/geany-plugins.nsi configure.ac
Modified: NEWS 5 lines changed, 5 insertions(+), 0 deletions(-) =================================================================== @@ -1,3 +1,8 @@ +Geany Plugins 1.29 (not yet released) + + No changes by now. + + Geany Plugins 1.28 (2016-07-10)
General:
Modified: build/geany-plugins.nsi 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -31,8 +31,8 @@ RequestExecutionLevel highest ; set execution level for Windows Vista ; helper defines ; ;;;;;;;;;;;;;;;;;;; !define PRODUCT_NAME "Geany-Plugins" -!define PRODUCT_VERSION "1.28" -!define PRODUCT_VERSION_ID "1.28.0.0" +!define PRODUCT_VERSION "1.29" +!define PRODUCT_VERSION_ID "1.29.0.0" !define PRODUCT_PUBLISHER "The Geany developer team" !define PRODUCT_WEB_SITE "http://www.geany.org/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall${PRODUCT_NAME}"
Modified: configure.ac 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1,6 +1,6 @@ AC_PREREQ([2.61]) dnl Don't forget when updating version number to do GP_CHECK_GEANY also -AC_INIT([geany-plugins], [1.28]) +AC_INIT([geany-plugins], [1.29]) AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar subdir-objects])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org