--- innwebd/App_common.cpp 2004/06/30 12:54:15 1.1 +++ innwebd/App_common.cpp 2004/07/02 11:21:29 1.2 @@ -18,7 +18,7 @@ const char App_common::ProductName[100] = "LeafOK Innd"; const int App_common::Ver_Major = 1; const int App_common::Ver_Minor = 3; -const int App_common::Ver_Inner = 1; +const int App_common::Ver_Inner = 2; CString App_common::GetVersion(void) { @@ -31,5 +31,3 @@ CString App_common::GetVersion(void) ); return ver; } - -nntp_log nlog;