SF.net SVN: geany-plugins:[707] trunk/geany-plugins/geanylatex/src/ geanylatex.c
frlan at users.sourceforge.net
frlan at xxxxx
Thu Jun 11 21:31:32 UTC 2009
Revision: 707
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=707&view=rev
Author: frlan
Date: 2009-06-11 21:31:32 +0000 (Thu, 11 Jun 2009)
Log Message:
-----------
Update version string to an hard coded one - 0.4 - at GeanyLaTeX plugin
Modified Paths:
--------------
trunk/geany-plugins/geanylatex/src/geanylatex.c
Modified: trunk/geany-plugins/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geany-plugins/geanylatex/src/geanylatex.c 2009-06-11 21:30:17 UTC (rev 706)
+++ trunk/geany-plugins/geanylatex/src/geanylatex.c 2009-06-11 21:31:32 UTC (rev 707)
@@ -27,7 +27,7 @@
PLUGIN_VERSION_CHECK(136)
PLUGIN_SET_INFO(_("LaTeX"), _("Plugin to provide better LaTeX support"),
- VERSION,"Frank Lanitz <frank at frank.uvena.de>")
+ "0.4", "Frank Lanitz <frank at frank.uvena.de>")
GeanyPlugin *geany_plugin;
GeanyData *geany_data;
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