SF.net SVN: geany-plugins:[550] trunk/shiftcolumn
andrew_janke at users.sourceforge.net
andrew_janke at xxxxx
Mon Mar 16 23:50:11 UTC 2009
Revision: 550
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=550&view=rev
Author: andrew_janke
Date: 2009-03-16 23:50:10 +0000 (Mon, 16 Mar 2009)
Log Message:
-----------
* use VERSION instead of static string (patch from Frank)
Modified Paths:
--------------
trunk/shiftcolumn/ChangeLog
trunk/shiftcolumn/src/shiftcolumn.c
Modified: trunk/shiftcolumn/ChangeLog
===================================================================
--- trunk/shiftcolumn/ChangeLog 2009-03-16 23:22:28 UTC (rev 549)
+++ trunk/shiftcolumn/ChangeLog 2009-03-16 23:50:10 UTC (rev 550)
@@ -1,3 +1,7 @@
+2009-03-17 Andrew L Janke <a.janke at gmail.com>
+
+ * src/shiftcolumn.c: Added VERSION instead of static string
+
2009-03-12 Andrew L Janke <a.janke at gmail.com>
* Added dk translation - Thanks Anders
Modified: trunk/shiftcolumn/src/shiftcolumn.c
===================================================================
--- trunk/shiftcolumn/src/shiftcolumn.c 2009-03-16 23:22:28 UTC (rev 549)
+++ trunk/shiftcolumn/src/shiftcolumn.c 2009-03-16 23:50:10 UTC (rev 550)
@@ -45,7 +45,7 @@
PLUGIN_VERSION_CHECK(130);
PLUGIN_SET_INFO(_("Shift Column"),
_("Shift a selection left and right"),
- "0.1", "Andrew L Janke <a.janke at gmail.com>");
+ VERSION, "Andrew L Janke <a.janke at gmail.com>");
static GtkWidget *menu_item_shift_left = 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