Skip to content

Commit ed011d4

Browse files
committed
Version Number within App was wrong. Recompiled.
1 parent 37a9735 commit ed011d4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/tomcat.exe

0 Bytes
Binary file not shown.

src/main.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tomcat - A minimal windows implementation of the netcat tool.
2020

2121
#define DEBUG 0
2222

23-
const char *title = "TomCat - v1.01\n";
23+
const char *title = "TomCat - v1.02\n";
2424

2525
const char *about = "A simple TCP/IP network debugging utility for Windows.\n"
2626
"Inspired by the traditional nc we all know and love.\n";

0 commit comments

Comments
 (0)