Revision: 964 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=964&view=rev Author: frlan Date: 2009-09-30 15:43:23 +0000 (Wed, 30 Sep 2009)
Log Message: ----------- Update version number to 0.19 and set Geany dependency also to 0.19 as some of the plugins already require current devel version of Geany
Modified Paths: -------------- trunk/geany-plugins/configure.ac trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/configure.ac =================================================================== --- trunk/geany-plugins/configure.ac 2009-09-29 19:09:33 UTC (rev 963) +++ trunk/geany-plugins/configure.ac 2009-09-30 15:43:23 UTC (rev 964) @@ -1,5 +1,5 @@ AC_PREREQ([2.61]) -AC_INIT([geany-plugins], [0.17.1]) +AC_INIT([geany-plugins], [0.19]) AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) @@ -17,7 +17,7 @@ GP_I18N
dnl common checks -GP_CHECK_GEANY(0.18) +GP_CHECK_GEANY(0.19) GP_CHECK_UNITTESTS(0.9.4)
dnl plugin checks
Modified: trunk/geany-plugins/wscript =================================================================== --- trunk/geany-plugins/wscript 2009-09-29 19:09:33 UTC (rev 963) +++ trunk/geany-plugins/wscript 2009-09-30 15:43:23 UTC (rev 964) @@ -51,7 +51,7 @@
APPNAME = 'geany-plugins' -VERSION = '0.17' +VERSION = '0.19'
srcdir = '.' blddir = '_build_' @@ -212,7 +212,7 @@
conf.check_cfg(package='gtk+-2.0', atleast_version='2.8.0', uselib_store='GTK', mandatory=True, args='--cflags --libs') - conf.check_cfg(package='geany', atleast_version='0.17', mandatory=True, args='--cflags --libs') + conf.check_cfg(package='geany', atleast_version='0.19', mandatory=True, args='--cflags --libs')
gtk_version = conf.check_cfg(modversion='gtk+-2.0') or 'Unknown' geany_version = conf.check_cfg(modversion='geany') or 'Unknown'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.