From d6f931eb800d16d0bf116765cbaeef83d232cfad Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 11 Jul 2004 04:29:12 +0000 Subject: prepared for kinsole 1.1 release git-svn-id: http://svn.klever.net/kin/kinsole/trunk@7 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'kinsole.cpp') diff --git a/kinsole.cpp b/kinsole.cpp index 463db1c..01286f3 100644 --- a/kinsole.cpp +++ b/kinsole.cpp @@ -16,7 +16,7 @@ #include "windowsx.h" #define DAMN_KIN_NAME "KINSole" -#define DAMN_KIN_VERSION "v1.00 Beta 3" +#define DAMN_KIN_VERSION "1.1" #ifdef _DEBUG #define new DEBUG_NEW @@ -550,7 +550,7 @@ main(int argc,char*argv[]) if(argc<2){ usagebye: printf( - DAMN_KIN_NAME " " DAMN_KIN_VERSION ", Copyright (c) 1998, 2002 Klever Group (http://www.klever.net/)\n\n" + DAMN_KIN_NAME " " DAMN_KIN_VERSION ", Copyright (c) 1998-2004 Klever Group (http://www.klever.net/)\n\n" "Usage:\t" DAMN_KIN_NAME " [ ][ ]\n\n" "Options are:\n" "-r## or -##\tSet number of rows in console screenbuffer\n" @@ -562,7 +562,7 @@ usagebye: "-v=\tPass user environment variable to remote server\n" "-t\tChange preferred terminal type\n" "\tnote: there are only two different terminal emulations in this\n" - "\tbeta release - one for dumb terminal and one for vt terminal\n" + "\trelease - one for dumb terminal and one for vt terminal\n" ); CleanEnvars(); return 1; -- cgit v0.9.0.2