Revision: 1439 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1439&view=re... Author: colombanw Date: 2010-06-12 15:35:00 +0000 (Sat, 12 Jun 2010)
Log Message: ----------- GeanyGenDoc: Use non-Geany-Plugin version
Modified Paths: -------------- trunk/geany-plugins/geanygendoc/ChangeLog trunk/geany-plugins/geanygendoc/src/ggd-plugin.c trunk/geany-plugins/geanygendoc/src/ggd-plugin.h
Modified: trunk/geany-plugins/geanygendoc/ChangeLog =================================================================== --- trunk/geany-plugins/geanygendoc/ChangeLog 2010-06-12 15:24:44 UTC (rev 1438) +++ trunk/geany-plugins/geanygendoc/ChangeLog 2010-06-12 15:35:00 UTC (rev 1439) @@ -5,6 +5,8 @@ there is two top-level tags sharing the same name. * NEWS: Update NEWS file. + * src/ggd-plugin.c, src/ggd-plugin.h: + Use non-Geany-Plugin version.
2010-06-04 Colomban Wendling <ban(at)herbesfolles(dot)org>
Modified: trunk/geany-plugins/geanygendoc/src/ggd-plugin.c =================================================================== --- trunk/geany-plugins/geanygendoc/src/ggd-plugin.c 2010-06-12 15:24:44 UTC (rev 1438) +++ trunk/geany-plugins/geanygendoc/src/ggd-plugin.c 2010-06-12 15:35:00 UTC (rev 1439) @@ -52,7 +52,7 @@ LOCALEDIR, GETTEXT_PACKAGE, _("Documentation Generator"), _("Generates documentation basis from source code"), - VERSION, + GGD_PLUGIN_VERSION, "Colomban Wendling ban@herbesfolles.org" )
Modified: trunk/geany-plugins/geanygendoc/src/ggd-plugin.h =================================================================== --- trunk/geany-plugins/geanygendoc/src/ggd-plugin.h 2010-06-12 15:24:44 UTC (rev 1438) +++ trunk/geany-plugins/geanygendoc/src/ggd-plugin.h 2010-06-12 15:35:00 UTC (rev 1439) @@ -46,9 +46,10 @@ GGD_BEGIN_PLUGIN_API
-#define GGD_PLUGIN_ONAME geanygendoc -#define GGD_PLUGIN_CNAME G_STRINGIFY (GGD_PLUGIN_ONAME) -#define GGD_PLUGIN_NAME "GeanyGenDoc" +#define GGD_PLUGIN_ONAME geanygendoc +#define GGD_PLUGIN_CNAME G_STRINGIFY (GGD_PLUGIN_ONAME) +#define GGD_PLUGIN_NAME "GeanyGenDoc" +#define GGD_PLUGIN_VERSION "0.1" /* Don't use Geany-Plugin's version */
/* global plugin options */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.