Prevented memory leak detection from considering anything
[pwlib.git] / samples / audio / version.h
blob60af8894dd050b3db8384bdff62f9b84834e774d
1 /*
2 * version.h
4 * Version number header file for Audio
6 * A test application for Audio
8 * Copyright (c) 1993-1998 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 * Portions of this code were written with the assisance of funding from
25 * Vovida Networks, Inc. http://www.vovida.com.
27 * Contributor(s): ______________________________________.
32 #ifndef _Audio_VERSION_H
33 #define _Audio_VERSION_H
35 #define MAJOR_VERSION 1
36 #define MINOR_VERSION 0
37 #define BUILD_TYPE AlphaCode
38 #define BUILD_NUMBER 0
41 #endif // _Audio_VERSION_H
44 // End of File ///////////////////////////////////////////////////////////////