Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 06 Mar 2016 09:19:38 UTC Commit: 28c20c29d26329c2f9e5d4960e9d046100c1029e https://github.com/geany/geany-plugins/commit/28c20c29d26329c2f9e5d4960e9d04...
Log Message: ----------- Bump Geany dependency to 1.27
Modified Paths: -------------- NEWS build/geany-plugins.nsi configure.ac
Modified: NEWS 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -3,6 +3,7 @@ Geany Plugins 1.27 (not yet released) General: * Removing waf build support * New plugin LineOperations + * Depend on Geany 1.27
Internationalization:
Modified: build/geany-plugins.nsi 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -38,7 +38,7 @@ RequestExecutionLevel highest ; set execution level for Windows Vista !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.26.0" +!define REQUIRED_GEANY_VERSION "1.27.0" !define RESOURCEDIR "geany-plugins-${PRODUCT_VERSION}"
;;;;;;;;;;;;;;;;;;;;;
Modified: configure.ac 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -20,7 +20,7 @@ IT_PROG_INTLTOOL([0.35.0]) GP_I18N
dnl common checks -GP_CHECK_GEANY(1.26) +GP_CHECK_GEANY(1.27) GP_CHECK_UNITTESTS(0.9.4) GP_CHECK_GTK_VERSION GP_CHECK_CPPCHECK
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org