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

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Mar 5 13:35:33 UTC 2009


Revision: 528
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=528&view=rev
Author:   eht16
Date:     2009-03-05 13:35:33 +0000 (Thu, 05 Mar 2009)

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

Modified Paths:
--------------
    trunk/spellcheck/README
    trunk/spellcheck/configure.in
    trunk/spellcheck/src/scplugin.c
    trunk/wscript

Modified: trunk/spellcheck/README
===================================================================
--- trunk/spellcheck/README	2009-03-05 13:28:31 UTC (rev 527)
+++ trunk/spellcheck/README	2009-03-05 13:35:33 UTC (rev 528)
@@ -21,18 +21,18 @@
 Downloads
 ---------
 
-Spell Check 0.3
+Spell Check 0.4
 ^^^^^^^^^^^^^^^
 
-http://plugins.geany.org/spellcheck/spellcheck-0.3.tar.bz2
+http://plugins.geany.org/spellcheck/spellcheck-0.4.tar.bz2
 
-http://plugins.geany.org/spellcheck/spellcheck-0.3.tar.bz2.sig (GPG-Signature)
+http://plugins.geany.org/spellcheck/spellcheck-0.4.tar.bz2.sig (GPG-Signature)
 
 or
 
-http://plugins.geany.org/spellcheck/spellcheck-0.3.tar.gz
+http://plugins.geany.org/spellcheck/spellcheck-0.4.tar.gz
 
-http://plugins.geany.org/spellcheck/spellcheck-0.3.tar.gz.sig (GPG-Signature)
+http://plugins.geany.org/spellcheck/spellcheck-0.4.tar.gz.sig (GPG-Signature)
 
 
 Development Code

Modified: trunk/spellcheck/configure.in
===================================================================
--- trunk/spellcheck/configure.in	2009-03-05 13:28:31 UTC (rev 527)
+++ trunk/spellcheck/configure.in	2009-03-05 13:35:33 UTC (rev 528)
@@ -2,7 +2,7 @@
 # $Id: configure.in 2 2008-04-02 14:52:33Z eht16 $
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(spellcheck, 0.3)
+AM_INIT_AUTOMAKE(spellcheck, 0.4)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: trunk/spellcheck/src/scplugin.c
===================================================================
--- trunk/spellcheck/src/scplugin.c	2009-03-05 13:28:31 UTC (rev 527)
+++ trunk/spellcheck/src/scplugin.c	2009-03-05 13:35:33 UTC (rev 528)
@@ -56,7 +56,7 @@
 
 
 PLUGIN_VERSION_CHECK(132)
-PLUGIN_SET_INFO(_("Spell Check"), _("Checks the spelling of the current document."), "0.3",
+PLUGIN_SET_INFO(_("Spell Check"), _("Checks the spelling of the current document."), "0.4",
 			_("The Geany developer team"))
 
 

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-03-05 13:28:31 UTC (rev 527)
+++ trunk/wscript	2009-03-05 13:35:33 UTC (rev 528)
@@ -112,7 +112,7 @@
 	Plugin('spellcheck',
 		 [ 'spellcheck/src/gui.c', 'spellcheck/src/scplugin.c', 'spellcheck/src/speller.c' ], # source files
 		 [ 'spellcheck', 'spellcheck/src' ], # include dirs
-		 '0.3', [ [ 'enchant', '1.3', True ] ]),
+		 '0.4', [ [ 'enchant', '1.3', True ] ]),
 	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