/[LeafOK_CVS]/innwebd/App_common.cpp
ViewVC logotype

Diff of /innwebd/App_common.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.16 by sysadm, Fri May 20 14:31:39 2005 UTC Revision 1.17 by sysadm, Fri Apr 11 17:14:49 2008 UTC
# Line 1  Line 1 
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    
# Line 17  Line 13 
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  {  {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1