Revision: 4581 http://geany.svn.sourceforge.net/geany/?rev=4581&view=rev Author: ntrel Date: 2010-01-28 17:08:08 +0000 (Thu, 28 Jan 2010)
Log Message: ----------- Backport: Don't use VERSION macro as the demo plugin should be able to be built independently from Geany.
Modified Paths: -------------- branches/geany-0.18.1/plugins/demoplugin.c
Modified: branches/geany-0.18.1/plugins/demoplugin.c =================================================================== --- branches/geany-0.18.1/plugins/demoplugin.c 2010-01-28 16:57:05 UTC (rev 4580) +++ branches/geany-0.18.1/plugins/demoplugin.c 2010-01-28 17:08:08 UTC (rev 4581) @@ -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.