[geany/geany-plugins] a155d0: Actually we only depend on Geany 1.27 for Windows builds

Frank Lanitz git-noreply at xxxxx
Sun Mar 6 11:41:53 UTC 2016


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 06 Mar 2016 11:41:53 UTC
Commit:      a155d01741962c27d87b04b210ac84be20f8f1ab
             https://github.com/geany/geany-plugins/commit/a155d01741962c27d87b04b210ac84be20f8f1ab

Log Message:
-----------
Actually we only depend on Geany 1.27 for Windows builds


Modified Paths:
--------------
    NEWS
    configure.ac

Modified: NEWS
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -3,7 +3,7 @@ Geany Plugins 1.27 (not yet released)
     General:
     * Removing waf build support
     * New plugin LineOperations
-    * Depend on Geany 1.27
+    * Depend on Geany 1.27 for Windows builds
 
 
     Internationalization:


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.27)
+GP_CHECK_GEANY(1.26)
 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).


More information about the Plugins-Commits mailing list