/[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.1 by sysadm, Wed Jun 30 12:54:15 2004 UTC Revision 1.2 by sysadm, Fri Jul 2 11:21:29 2004 UTC
# Line 18  Line 18 
18  const char App_common::ProductName[100] = "LeafOK Innd";  const char App_common::ProductName[100] = "LeafOK Innd";
19  const int App_common::Ver_Major = 1;  const int App_common::Ver_Major = 1;
20  const int App_common::Ver_Minor = 3;  const int App_common::Ver_Minor = 3;
21  const int App_common::Ver_Inner = 1;  const int App_common::Ver_Inner = 2;
22    
23  CString App_common::GetVersion(void)  CString App_common::GetVersion(void)
24  {  {
# Line 31  CString App_common::GetVersion(void) Line 31  CString App_common::GetVersion(void)
31                  );                  );
32          return ver;          return ver;
33  }  }
   
 nntp_log nlog;  


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

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