SF.net SVN: geany-plugins:[266] trunk/geanylatex

frlan at users.sourceforge.net frlan at xxxxx
Wed Oct 29 19:40:12 UTC 2008


Revision: 266
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=266&view=rev
Author:   frlan
Date:     2008-10-29 19:40:12 +0000 (Wed, 29 Oct 2008)

Log Message:
-----------
GeanyLaTeX: Update of version string for upcoming 0.2 release

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

Modified: trunk/geanylatex/configure.in
===================================================================
--- trunk/geanylatex/configure.in	2008-10-29 19:39:51 UTC (rev 265)
+++ trunk/geanylatex/configure.in	2008-10-29 19:40:12 UTC (rev 266)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(geanylatex, 0.2svn)
+AM_INIT_AUTOMAKE(geanylatex, 0.2)
 
 AM_CONFIG_HEADER(config.h)
 

Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2008-10-29 19:39:51 UTC (rev 265)
+++ trunk/geanylatex/src/geanylatex.c	2008-10-29 19:40:12 UTC (rev 266)
@@ -51,7 +51,7 @@
 
 PLUGIN_VERSION_CHECK(100)
 
-PLUGIN_SET_INFO(_("LaTeX"), _("Plugin to make Geany better support LaTeX"), "0.2-dev",
+PLUGIN_SET_INFO(_("LaTeX"), _("Plugin to make Geany better support LaTeX"), "0.2",
 	    "Frank Lanitz <frank at frank.uvena.de>")
 
 GtkWidget *menu_latex = NULL;


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