[geany/geany-plugins] a4bab2: Depend on Geany 1.23
Colomban Wendling
git-noreply at xxxxx
Mon Jul 16 01:19:15 UTC 2012
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Mon, 16 Jul 2012 01:19:15
Commit: a4bab2e2d40b55d6096cdfac5cec482bc9b508b1
https://github.com/geany/geany-plugins/commit/a4bab2e2d40b55d6096cdfac5cec482bc9b508b1
Log Message:
-----------
Depend on Geany 1.23
Modified Paths:
--------------
build/geany-plugins.nsi
configure.ac
wscript
Modified: build/geany-plugins.nsi
2 files 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.22"
+!define REQUIRED_GEANY_VERSION "1.23"
!define RESOURCEDIR "geany-plugins-${PRODUCT_VERSION}"
;;;;;;;;;;;;;;;;;;;;;
Modified: configure.ac
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -18,7 +18,7 @@ IT_PROG_INTLTOOL([0.35.0])
GP_I18N
dnl common checks
-GP_CHECK_GEANY(1.22)
+GP_CHECK_GEANY(1.23)
GP_CHECK_UNITTESTS(0.9.4)
GP_CHECK_CPPCHECK
GP_CHECK_CFLAGS
Modified: wscript
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -87,7 +87,7 @@ def configure(conf):
args='--cflags --libs')
check_cfg_cached(conf,
package='geany',
- atleast_version='1.22',
+ atleast_version='1.23',
uselib_store='GEANY',
mandatory=True,
args='--cflags --libs')
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list