Will Coleda (via RT) schrieb:
# New Ticket Created by Will Coleda # Please include the string: [perl #57476] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57476 >


The parrot_debugger version should, IMO, be identical to the parrot
version. (e.g., it's currently reporting as 0.4 instead of 0.6.x.)

Attached patch does that.

--
Reini Urban
http://phpwiki.org/  http://murbreak.at/
Index: src/parrot_debugger.c
===================================================================
--- src/parrot_debugger.c	(revision 29965)
+++ src/parrot_debugger.c	(working copy)
@@ -244,7 +244,7 @@
 static void
 PDB_printwelcome(void)
 {
-    fprintf(stderr, "Parrot Debugger 0.4.x\n");
+    fprintf(stderr, "Parrot Debugger " PARROT_VERSION "\n");
     fprintf(stderr, "\nPlease note: ");
     fprintf(stderr, "the debugger is currently under reconstruction\n");
 }

Reply via email to