SF.net SVN: geany-plugins:[557] trunk/geanylatex/src/geanylatex.c

frlan at users.sourceforge.net frlan at xxxxx
Sun Mar 22 22:20:21 UTC 2009


Revision: 557
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=557&view=rev
Author:   frlan
Date:     2009-03-22 22:20:21 +0000 (Sun, 22 Mar 2009)

Log Message:
-----------
GeanyLaTeX: Use VERSION makro instead of hard coded version string

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

Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2009-03-22 22:19:38 UTC (rev 556)
+++ trunk/geanylatex/src/geanylatex.c	2009-03-22 22:20:21 UTC (rev 557)
@@ -27,7 +27,7 @@
 PLUGIN_VERSION_CHECK(130)
 
 PLUGIN_SET_INFO(_("LaTeX"), _("Plugin to provide better LaTeX support"),
-	"0.4dev","Frank Lanitz <frank at frank.uvena.de>")
+	VERSION,"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