--- innwebd/App_common.cpp 2004/06/30 12:54:15 1.1 +++ innwebd/App_common.cpp 2004/08/02 19:47:30 1.8 @@ -1,10 +1,10 @@ /*******************************************************/ /* */ -/* LeafOK Innd */ +/* LeafOK Innbbsd */ /* Copyright (C) LeafOK.com, 2003-2004 */ /* */ /* Programmed by Leaf */ -/* E-mail:leaf@leafok.com QQ:6049044 */ +/* E-mail:leaflet@leafok.com QQ:6049044 */ /* */ /* http://bbs.leafok.com */ /* http://bbs.leafok.net */ @@ -15,10 +15,12 @@ #include "StdAfx.h" #include ".\App_common.h" -const char App_common::ProductName[100] = "LeafOK Innd"; +const char App_common::ProductName[100] = "LeafOK Innbbsd"; +const char App_common::ServiceName[100] = "Innbbsd"; +const char App_common::Copyright[256] = "Copyright (C) LeafOK.com, 2003-2004"; 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_Minor = 4; +const int App_common::Ver_Inner = 6; CString App_common::GetVersion(void) { @@ -31,5 +33,3 @@ CString App_common::GetVersion(void) ); return ver; } - -nntp_log nlog;