Pre-tagging check in for v1_13_1.
[openh323.git] / version.h
blobd038ff6a73e69490b2149c8ea926918adfefd270
1 /*
2 * version.h
4 * Version number header file for simple OpenH323 sample.
6 * A H.323 "net telephone" application.
8 * Copyright (c) 2000 Equivalence Pty. Ltd.
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/
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.
20 * The Original Code is Open H323 Library.
22 * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
24 * Contributor(s): ______________________________________.
27 * Library dependencies:
29 * pwlib: v1.6.2 CVS tag:
32 #ifndef _OpenH323_VERSION_H
33 #define _OpenH323_VERSION_H
35 #define MAJOR_VERSION 1
36 #define MINOR_VERSION 13
37 #define BUILD_TYPE ReleaseCode
38 #define BUILD_NUMBER 1
41 #endif // _OpenH323_VERSION_H
44 // End of File ///////////////////////////////////////////////////////////////