SF.net SVN: geany-plugins:[692] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat May 30 18:40:00 UTC 2009


Revision: 692
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=692&view=rev
Author:   eht16
Date:     2009-05-30 18:40:00 +0000 (Sat, 30 May 2009)

Log Message:
-----------
Post-release version bump.

Modified Paths:
--------------
    trunk/spellcheck/configure.in
    trunk/wscript

Modified: trunk/spellcheck/configure.in
===================================================================
--- trunk/spellcheck/configure.in	2009-05-30 18:39:16 UTC (rev 691)
+++ trunk/spellcheck/configure.in	2009-05-30 18:40:00 UTC (rev 692)
@@ -2,7 +2,7 @@
 # $Id: configure.in 2 2008-04-02 14:52:33Z eht16 $
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(spellcheck, 0.4)
+AM_INIT_AUTOMAKE(spellcheck, 0.5)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-05-30 18:39:16 UTC (rev 691)
+++ trunk/wscript	2009-05-30 18:40:00 UTC (rev 692)
@@ -115,7 +115,7 @@
 	Plugin('spellcheck',
 		 [ 'spellcheck/src/gui.c', 'spellcheck/src/scplugin.c', 'spellcheck/src/speller.c' ], # source files
 		 [ 'spellcheck', 'spellcheck/src' ], # include dirs
-		 '0.4', [ [ 'enchant', '1.3', True ] ], 'geanyspellcheck'),
+		 '0.5', [ [ 'enchant', '1.3', True ] ], 'geanyspellcheck'),
 	Plugin('geanylipsum',
 		 [ 'geanylipsum/src/geanylipsum.c' ], # source files
 		 [ 'geanylipsum', 'geanylipsum/src' ], # include dirs


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