Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / samples / queue / version.h
blob84a5febc53df00b93166394778d79e3424ec767f
1 /*
2 * version.h
4 * PWLib application header file for PQueueChannel test program.
6 * Copyright (c) 2006 Derek J Smithies
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/
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.
18 * The Original Code is Portable Windows Library.
20 * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
22 * Contributor(s): ______________________________________.
24 * Library dependencies:
26 * pwlib: v1.4.0 CVS tag: v1_4_0
29 #ifndef _QUEUE_VERSION_H
30 #define _QUEUE_VERSION_H
32 #define MAJOR_VERSION 1
33 #define MINOR_VERSION 0
34 #define BUILD_TYPE AlphaCode
35 #define BUILD_NUMBER 1
38 #endif // _QUEUE_VERSION_H
41 // End of File ///////////////////////////////////////////////////////////////