SF.net SVN: geany:[3889] trunk/plugins/splitwindow.c

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Jun 22 15:09:16 UTC 2009


Revision: 3889
          http://geany.svn.sourceforge.net/geany/?rev=3889&view=rev
Author:   ntrel
Date:     2009-06-22 15:09:16 +0000 (Mon, 22 Jun 2009)

Log Message:
-----------
Fix using same version number as Geany.

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

Modified: trunk/plugins/splitwindow.c
===================================================================
--- trunk/plugins/splitwindow.c	2009-06-22 15:08:44 UTC (rev 3888)
+++ trunk/plugins/splitwindow.c	2009-06-22 15:09:16 UTC (rev 3889)
@@ -40,7 +40,7 @@
 
 PLUGIN_VERSION_CHECK(GEANY_API_VERSION)
 PLUGIN_SET_INFO(_("Split Window"), _("Splits the editor view into two windows."),
-	"0.1", _("The Geany developer team"))
+	VERSION, _("The Geany developer team"))
 
 
 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 Commits mailing list