version.h
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. /*
  2.  * version.h
  3.  *
  4.  * Version number header file for PWLib
  5.  *
  6.  * Copyright (c) 1993-2000 Equivalence Pty. Ltd.
  7.  *
  8.  * The contents of this file are subject to the Mozilla Public License
  9.  * Version 1.0 (the "License"); you may not use this file except in
  10.  * compliance with the License. You may obtain a copy of the License at
  11.  * http://www.mozilla.org/MPL/
  12.  *
  13.  * Software distributed under the License is distributed on an "AS IS"
  14.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  15.  * the License for the specific language governing rights and limitations
  16.  * under the License.
  17.  *
  18.  * The Original Code is Portable Windows Library.
  19.  *
  20.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  21.  *
  22.  * Contributor(s): ______________________________________.
  23.  */
  24. #ifndef _PWLib_VERSION_H
  25. #define _PWLib_VERSION_H
  26. #define MAJOR_VERSION 1
  27. #define MINOR_VERSION 1
  28. #define BUILD_TYPE    ReleaseCode
  29. #define BUILD_NUMBER  17
  30. #endif  // _PWLib_VERSION_H
  31. // End of File ///////////////////////////////////////////////////////////////