--- innwebd/App_common.cpp 2004/07/02 11:21:29 1.2 +++ innwebd/App_common.cpp 2008/04/11 17:14:49 1.17 @@ -1,24 +1,22 @@ /*******************************************************/ /* */ -/* LeafOK Innd */ -/* Copyright (C) LeafOK.com, 2003-2004 */ +/* LeafOK Innbbsd */ /* */ -/* Programmed by Leaf */ -/* E-mail:leaf@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 */ /* */ /*******************************************************/ #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-2008"; 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 = 6; +const int App_common::Ver_Inner = 0; CString App_common::GetVersion(void) {