home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / openh323.tar.gz / openh323.tar / openh323 / version.h < prev    next >
C/C++ Source or Header  |  2003-08-18  |  1KB  |  45 lines

  1. /*
  2.  * version.h
  3.  *
  4.  * Version number header file for simple OpenH323 sample.
  5.  *
  6.  * A H.323 "net telephone" application.
  7.  *
  8.  * Copyright (c) 2000 Equivalence Pty. Ltd.
  9.  *
  10.  * The contents of this file are subject to the Mozilla Public License
  11.  * Version 1.0 (the "License"); you may not use this file except in
  12.  * compliance with the License. You may obtain a copy of the License at
  13.  * http://www.mozilla.org/MPL/
  14.  *
  15.  * Software distributed under the License is distributed on an "AS IS"
  16.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  17.  * the License for the specific language governing rights and limitations
  18.  * under the License.
  19.  *
  20.  * The Original Code is Open H323 Library.
  21.  *
  22.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  23.  *
  24.  * Contributor(s): ______________________________________.
  25.  *
  26.  *
  27.  * Library dependencies:
  28.  *
  29.  *   pwlib: v1.5.2   CVS tag:
  30.  */
  31.  
  32. #ifndef _OpenH323_VERSION_H
  33. #define _OpenH323_VERSION_H
  34.  
  35. #define MAJOR_VERSION 1
  36. #define MINOR_VERSION 12
  37. #define BUILD_TYPE    ReleaseCode
  38. #define BUILD_NUMBER 2
  39.  
  40.  
  41. #endif  // _OpenH323_VERSION_H
  42.  
  43.  
  44. // End of File ///////////////////////////////////////////////////////////////
  45.