Skip to content

Commit

Permalink
Merge pull request #266 from b4n/depend-on-geany-1.25
Browse files Browse the repository at this point in the history
Depend on Geany 1.25
  • Loading branch information
b4n committed Jul 7, 2015
2 parents 5019a66 + 72077a6 commit 4f02cea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.24',
atleast_version='1.25',
uselib_store='GEANY',
mandatory=True,
args='--cflags --libs')
Expand Down

0 comments on commit 4f02cea

Please sign in to comment.