| 1 |
/*******************************************************/ |
/*******************************************************/ |
| 2 |
/* */ |
/* */ |
| 3 |
/* LeafOK Innbbsd */ |
/* LeafOK Innbbsd */ |
|
/* Copyright (C) LeafOK.com, 2003-2005 */ |
|
| 4 |
/* */ |
/* */ |
| 5 |
/* Programmed by Leaf */ |
/* Copyright (C) LeafOK.com, 2003-2008 */ |
|
/* E-mail:leaflet@leafok.com QQ:6049044 */ |
|
| 6 |
/* */ |
/* */ |
| 7 |
/* http://bbs.leafok.com */ |
/* http://www.leafok.com */ |
|
/* http://bbs.leafok.net */ |
|
|
/* http://bbs.fenglin.info */ |
|
| 8 |
/* */ |
/* */ |
| 9 |
/*******************************************************/ |
/*******************************************************/ |
| 10 |
|
|
| 13 |
|
|
| 14 |
const char App_common::ProductName[100] = "LeafOK Innbbsd"; |
const char App_common::ProductName[100] = "LeafOK Innbbsd"; |
| 15 |
const char App_common::ServiceName[100] = "Innbbsd"; |
const char App_common::ServiceName[100] = "Innbbsd"; |
| 16 |
const char App_common::Copyright[256] = "Copyright (C) LeafOK.com, 2003-2005"; |
const char App_common::Copyright[256] = "Copyright (C) LeafOK.com, 2003-2008"; |
| 17 |
const int App_common::Ver_Major = 1; |
const int App_common::Ver_Major = 1; |
| 18 |
const int App_common::Ver_Minor = 4; |
const int App_common::Ver_Minor = 6; |
| 19 |
const int App_common::Ver_Inner = 16; |
const int App_common::Ver_Inner = 0; |
| 20 |
|
|
| 21 |
CString App_common::GetVersion(void) |
CString App_common::GetVersion(void) |
| 22 |
{ |
{ |