--- innwebd/App_common.cpp 2004/07/04 06:45:23 1.3 +++ innwebd/App_common.cpp 2008/04/11 17:14:49 1.17 @@ -1,14 +1,10 @@ /*******************************************************/ /* */ /* LeafOK Innbbsd */ -/* Copyright (C) LeafOK.com, 2003-2004 */ /* */ -/* Programmed by Leaf */ -/* E-mail:leaflet@leafok.com QQ:6049044 */ +/* Copyright (C) LeafOK.com, 2003-2008 */ /* */ -/* http://bbs.leafok.com */ -/* http://bbs.leafok.net */ -/* http://bbs.fenglin.info */ +/* http://www.leafok.com */ /* */ /*******************************************************/ @@ -17,10 +13,10 @@ 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 char App_common::Copyright[256] = "Copyright (C) LeafOK.com, 2003-2008"; const int App_common::Ver_Major = 1; -const int App_common::Ver_Minor = 4; -const int App_common::Ver_Inner = 1; +const int App_common::Ver_Minor = 6; +const int App_common::Ver_Inner = 0; CString App_common::GetVersion(void) {