Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 07 Jul 2015 16:01:57 UTC Commit: 4f02cea522441941e6866f61372ae49653fec725 https://github.com/geany/geany-plugins/commit/4f02cea522441941e6866f61372ae4...
Log Message: ----------- Merge pull request #266 from b4n/depend-on-geany-1.25
Depend on Geany 1.25
Modified Paths: -------------- configure.ac wscript
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.24) +GP_CHECK_GEANY(1.25) GP_CHECK_UNITTESTS(0.9.4) GP_CHECK_GTK_VERSION GP_CHECK_CPPCHECK
Modified: wscript 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -87,7 +87,7 @@ def configure(conf): args='--cflags --libs') check_cfg_cached(conf, package='geany', - atleast_version='1.24', + atleast_version='1.25', uselib_store='GEANY', mandatory=True, args='--cflags --libs')
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org