--- innwebd/App_common.cpp 2004/07/02 11:21:29 1.2 +++ innwebd/App_common.cpp 2004/09/17 02:34:20 1.12 @@ -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 = 2; +const int App_common::Ver_Minor = 4; +const int App_common::Ver_Inner = 10; CString App_common::GetVersion(void) {