We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a9735 commit ed011d4Copy full SHA for ed011d4
bin/tomcat.exe
0 Bytes
src/main.cc
@@ -20,7 +20,7 @@ tomcat - A minimal windows implementation of the netcat tool.
20
21
#define DEBUG 0
22
23
-const char *title = "TomCat - v1.01\n";
+const char *title = "TomCat - v1.02\n";
24
25
const char *about = "A simple TCP/IP network debugging utility for Windows.\n"
26
"Inspired by the traditional nc we all know and love.\n";
0 commit comments