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

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Oct 29 19:46:27 UTC 2008


Revision: 271
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=271&view=rev
Author:   eht16
Date:     2008-10-29 19:46:26 +0000 (Wed, 29 Oct 2008)

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

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

Modified: trunk/spellcheck/configure.in
===================================================================
--- trunk/spellcheck/configure.in	2008-10-29 19:43:50 UTC (rev 270)
+++ trunk/spellcheck/configure.in	2008-10-29 19:46:26 UTC (rev 271)
@@ -2,7 +2,7 @@
 # $Id: configure.in 2 2008-04-02 14:52:33Z eht16 $
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(spellcheck, 0.2)
+AM_INIT_AUTOMAKE(spellcheck, 0.3)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2008-10-29 19:43:50 UTC (rev 270)
+++ trunk/wscript	2008-10-29 19:46:26 UTC (rev 271)
@@ -104,7 +104,7 @@
 	Plugin('spellcheck',
 		 [ 'spellcheck/src/gui.c', 'spellcheck/src/scplugin.c', 'spellcheck/src/speller.c' ], # source files
 		 [ 'spellcheck', 'spellcheck/src' ], # include dirs
-		 '0.2', [ [ 'enchant', '1.3', True ] ])
+		 '0.3', [ [ 'enchant', '1.3', True ] ])
 ]
 
 


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