Skip to content

Commit

Permalink
Depend on Geany 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Jul 16, 2012
1 parent 3ee83cb commit a4bab2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/geany-plugins.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

;;;;;;;;;;;;;;;;;;;;;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a4bab2e

Please sign in to comment.