From a557ad0a414e0fd4b9f8d2a0f3d1c51e17438a7d Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (office)" <j.wuttke@fz-juelich.de>
Date: Fri, 7 May 2010 15:34:02 +0200
Subject: [PATCH] ok, printing version info

---
 pub/src/frida2.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pub/src/frida2.cpp b/pub/src/frida2.cpp
index 08b290a1..5d4f7b3b 100644
--- a/pub/src/frida2.cpp
+++ b/pub/src/frida2.cpp
@@ -14,6 +14,8 @@
 #include <ask_simple_value.h>
 #include <readln.h>
 
+#include "../config.h"
+
 #include "mystd.h"
 #include "olf.h"
 #include "mem.h"
@@ -109,7 +111,7 @@ int main()
 			
             if (cmd == "h" || cmd == "?") {
                 cout <<
-                    "This is Frida2, version " VERSION "\n"
+                    "This is Frida, version " VERSION "\n"
                     "Plain commands:\n"
                     "  a    add to plot\n"
                     "  p    plot\n"
-- 
GitLab