SF.net SVN: geany-plugins:[930] branches/geany-plugins/geany-plugins-0.18

frlan at users.sourceforge.net frlan at xxxxx
Tue Sep 15 16:58:05 UTC 2009


Revision: 930
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=930&view=rev
Author:   frlan
Date:     2009-09-15 16:58:05 +0000 (Tue, 15 Sep 2009)

Log Message:
-----------
Update of version strings and set minimum depedency for Geany to 0.18

Modified Paths:
--------------
    branches/geany-plugins/geany-plugins-0.18/configure.ac
    branches/geany-plugins/geany-plugins-0.18/wscript

Modified: branches/geany-plugins/geany-plugins-0.18/configure.ac
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/configure.ac	2009-09-15 16:54:48 UTC (rev 929)
+++ branches/geany-plugins/geany-plugins-0.18/configure.ac	2009-09-15 16:58:05 UTC (rev 930)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.61])
-AC_INIT([geany-plugins], [0.17.1])
+AC_INIT([geany-plugins], [0.18])
 AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar subdir-objects])
 
 AC_CONFIG_SRCDIR([po/LINGUAS])
@@ -23,11 +23,11 @@
 AC_SUBST(LOCALEDIR)
 
 dnl common checks
-PKG_CHECK_MODULES([GEANY], [geany >= 0.16])
+PKG_CHECK_MODULES([GEANY], [geany >= 0.18])
 geanypluginsdir=`${PKG_CONFIG} --variable=libdir geany`/geany
 AC_SUBST([geanypluginsdir])
 
-PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], 
+PKG_CHECK_MODULES([CHECK], [check >= 0.9.4],
         [AM_CONDITIONAL(UNITTESTS, true)],
         [AM_CONDITIONAL(UNITTESTS, false)])
 

Modified: branches/geany-plugins/geany-plugins-0.18/wscript
===================================================================
--- branches/geany-plugins/geany-plugins-0.18/wscript	2009-09-15 16:54:48 UTC (rev 929)
+++ branches/geany-plugins/geany-plugins-0.18/wscript	2009-09-15 16:58:05 UTC (rev 930)
@@ -41,7 +41,7 @@
 
 
 APPNAME = 'geany-plugins'
-VERSION = '0.17.1'
+VERSION = '0.18'
 
 srcdir = '.'
 blddir = '_build_'
@@ -203,7 +203,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.18', 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.



More information about the Plugins-Commits mailing list