diff options
author | Sean Middleditch <sean@middleditch.us> | 2009-10-24 15:38:46 -0700 |
---|---|---|
committer | Sean Middleditch <sean@middleditch.us> | 2009-10-24 15:38:46 -0700 |
commit | 5565596352c28e211b2cade22336deba715bd86d (patch) | |
tree | 338b4e40c662b3955eb98db8b3314fe6cc9ddbd8 | |
parent | eccc4a4bfeb0b2a37d55511de962f53c86324abb (diff) |
version corrections in source files and README
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | libtelnet.c | 2 | ||||
-rw-r--r-- | libtelnet.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ ===================================================================== - libtelnet 0.12 - TELNET protocol handling library + libtelnet - TELNET protocol handling library ===================================================================== http://github.com/elanthis/libtelnet diff --git a/libtelnet.c b/libtelnet.c index 8e73a05..bf0409b 100644 --- a/libtelnet.c +++ b/libtelnet.c @@ -1,5 +1,5 @@ /* - * libtelnet 0.9 + * libtelnet - TELNET protocol handling library * * Sean Middleditch * sean@sourcemud.org diff --git a/libtelnet.h b/libtelnet.h index d4d31e6..74a52ef 100644 --- a/libtelnet.h +++ b/libtelnet.h @@ -1,5 +1,5 @@ /* - * libtelnet 0.9 + * libtelnet - TELNET protocol handling library * * Sean Middleditch * sean@sourcemud.org |