SF.net SVN: geany-plugins: [32] trunk/spellcheck/src/spellcheck.c

eht16 at users.sourceforge.net eht16 at xxxxx
Tue May 20 16:56:13 UTC 2008


Revision: 32
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=32&view=rev
Author:   eht16
Date:     2008-05-20 09:56:10 -0700 (Tue, 20 May 2008)

Log Message:
-----------
Don't use VERSION macro for now.

Modified Paths:
--------------
    trunk/spellcheck/src/spellcheck.c

Modified: trunk/spellcheck/src/spellcheck.c
===================================================================
--- trunk/spellcheck/src/spellcheck.c	2008-05-20 16:55:19 UTC (rev 31)
+++ trunk/spellcheck/src/spellcheck.c	2008-05-20 16:56:10 UTC (rev 32)
@@ -53,7 +53,7 @@
 
 
 PLUGIN_VERSION_CHECK(58)
-PLUGIN_INFO(_("Spell Check"), _("Checks the spelling of the current document."), VERSION,
+PLUGIN_INFO(_("Spell Check"), _("Checks the spelling of the current document."), "0.2",
 			_("The Geany developer team"))
 
 


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