SF.net SVN: geany:[4532] trunk/plugins/demoplugin.c

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Jan 18 16:57:38 UTC 2010


Revision: 4532
          http://geany.svn.sourceforge.net/geany/?rev=4532&view=rev
Author:   ntrel
Date:     2010-01-18 16:57:37 +0000 (Mon, 18 Jan 2010)

Log Message:
-----------
Don't use VERSION macro as the demo plugin should be able to be built independently from Geany.

Modified Paths:
--------------
    trunk/plugins/demoplugin.c

Modified: trunk/plugins/demoplugin.c
===================================================================
--- trunk/plugins/demoplugin.c	2010-01-18 16:55:49 UTC (rev 4531)
+++ trunk/plugins/demoplugin.c	2010-01-18 16:57:37 UTC (rev 4532)
@@ -50,7 +50,7 @@
 PLUGIN_VERSION_CHECK(147)
 
 /* All plugins must set name, description, version and author. */
-PLUGIN_SET_INFO(_("Demo"), _("Example plugin."), VERSION, _("The Geany developer team"))
+PLUGIN_SET_INFO(_("Demo"), _("Example plugin."), "0.1" , _("The Geany developer team"))
 
 
 static GtkWidget *main_menu_item = NULL;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list