| 1 |
/*******************************************************/ |
/*******************************************************/ |
| 2 |
/* */ |
/* */ |
| 3 |
/* LeafOK Innd */ |
/* LeafOK Innbbsd */ |
| 4 |
/* Copyright (C) LeafOK.com, 2003-2004 */ |
/* Copyright (C) LeafOK.com, 2003-2004 */ |
| 5 |
/* */ |
/* */ |
| 6 |
/* Programmed by Leaf */ |
/* Programmed by Leaf */ |
| 7 |
/* E-mail:leaf@leafok.com QQ:6049044 */ |
/* E-mail:leaflet@leafok.com QQ:6049044 */ |
| 8 |
/* */ |
/* */ |
| 9 |
/* http://bbs.leafok.com */ |
/* http://bbs.leafok.com */ |
| 10 |
/* http://bbs.leafok.net */ |
/* http://bbs.leafok.net */ |
| 15 |
#include "StdAfx.h" |
#include "StdAfx.h" |
| 16 |
#include ".\App_common.h" |
#include ".\App_common.h" |
| 17 |
|
|
| 18 |
const char App_common::ProductName[100] = "LeafOK Innd"; |
const char App_common::ProductName[100] = "LeafOK Innbbsd"; |
| 19 |
|
const char App_common::ServiceName[100] = "Innbbsd"; |
| 20 |
|
const char App_common::Copyright[256] = "Copyright (C) LeafOK.com, 2003-2004"; |
| 21 |
const int App_common::Ver_Major = 1; |
const int App_common::Ver_Major = 1; |
| 22 |
const int App_common::Ver_Minor = 3; |
const int App_common::Ver_Minor = 4; |
| 23 |
const int App_common::Ver_Inner = 2; |
const int App_common::Ver_Inner = 1; |
| 24 |
|
|
| 25 |
CString App_common::GetVersion(void) |
CString App_common::GetVersion(void) |
| 26 |
{ |
{ |