Fixed DevStudio 2005 build.
[opal.git] / version.h
blobc3337691c765ba481d0561907d091e500b5d34bb
1 /*
2 * version.h
4 * Version number header file for OPAL library.
6 * A H.323 "net telephone" application.
8 * Copyright (c) 2000-2002 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 Phone Abstraction Library.
22 * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
24 * Contributor(s): ______________________________________.
27 #ifndef _OPAL_VERSION_H
28 #define _OPAL_VERSION_H
32 /* WARNING: You MUST NOT add any comments to the #defines which follow
33 or add extra commented out #defines as this will confuse the parser
34 which extracts the version numbers
37 #define MAJOR_VERSION 2
38 #define MINOR_VERSION 3
39 #define BUILD_TYPE ReleaseCode
40 #define BUILD_NUMBER 2
43 #endif // _OPAL_VERSION_H
46 // End of File ///////////////////////////////////////////////////////////////