SF.net SVN: geany-plugins:[598] trunk/geanygdb/src/geanydebug.c

dmaphy at users.sourceforge.net dmaphy at xxxxx
Sat Apr 18 14:31:15 UTC 2009


Revision: 598
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=598&view=rev
Author:   dmaphy
Date:     2009-04-18 14:31:15 +0000 (Sat, 18 Apr 2009)

Log Message:
-----------
remove version definition since it is defined by autotools or waf

Modified Paths:
--------------
    trunk/geanygdb/src/geanydebug.c

Modified: trunk/geanygdb/src/geanydebug.c
===================================================================
--- trunk/geanygdb/src/geanydebug.c	2009-04-18 14:21:30 UTC (rev 597)
+++ trunk/geanygdb/src/geanydebug.c	2009-04-18 14:31:15 UTC (rev 598)
@@ -47,10 +47,8 @@
 
 
 #define unix_name "debugger"
-#define VERSION "0.0.2"
 
 
-
 PLUGIN_VERSION_CHECK(115)
 PLUGIN_SET_INFO(_("Debugger"), _("Integrated debugging with GDB."), VERSION, _("Jeff Pohlmeyer"))
 


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