Revision: 671 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=671&view=rev Author: frlan Date: 2009-05-26 20:32:00 +0000 (Tue, 26 May 2009)
Log Message: ----------- Rise dependency for plugins to minimum of Geany 0.17
Modified Paths: -------------- trunk/wscript
Modified: trunk/wscript =================================================================== --- trunk/wscript 2009-05-26 17:12:58 UTC (rev 670) +++ trunk/wscript 2009-05-26 20:32:00 UTC (rev 671) @@ -210,7 +210,7 @@
conf.check_cfg(package='gtk+-2.0', atleast_version='2.6.0', uselib_store='GTK', mandatory=True, args='--cflags --libs') - conf.check_cfg(package='geany', atleast_version='0.16', mandatory=True, args='--cflags --libs') + conf.check_cfg(package='geany', atleast_version='0.17', 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.
plugins-commits@lists.geany.org