Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 16 Dec 2018 12:50:07 UTC Commit: d8e3a3b57f890f4277ea9b25e5d83270550b595a https://github.com/geany/geany-plugins/commit/d8e3a3b57f890f4277ea9b25e5d832...
Log Message: ----------- Post release version bump to 1.35
Modified Paths: -------------- NEWS build/geany-plugins.nsi configure.ac
Modified: NEWS 6 lines changed, 6 insertions(+), 0 deletions(-) =================================================================== @@ -1,3 +1,9 @@ +Geany Plugins 1.35 (not yet released) + + No changes by now. + + + Geany Plugins 1.34 (2018-12-16)
General:
Modified: build/geany-plugins.nsi 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -31,14 +31,14 @@ RequestExecutionLevel highest ; set execution level for Windows Vista ; helper defines ; ;;;;;;;;;;;;;;;;;;; !define PRODUCT_NAME "Geany-Plugins" -!define PRODUCT_VERSION "1.34" -!define PRODUCT_VERSION_ID "1.34.0.0" +!define PRODUCT_VERSION "1.35" +!define PRODUCT_VERSION_ID "1.35.0.0" !define PRODUCT_PUBLISHER "The Geany developer team" !define PRODUCT_WEB_SITE "https://www.geany.org/" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall${PRODUCT_NAME}" !define PRODUCT_DIR_REGKEY "Software\Geany-Plugins" !define GEANY_DIR_REGKEY "Software\Geany" -!define REQUIRED_GEANY_VERSION "1.34.0" +!define REQUIRED_GEANY_VERSION "1.35.0" !define RESOURCEDIR "geany-plugins-${PRODUCT_VERSION}"
;;;;;;;;;;;;;;;;;;;;;
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.34]) +AC_INIT([geany-plugins], [1.35]) 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