Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / version.h
blobd1c84718c930a948b0b07226b2e343028515e65c
1 /*
2 * version.h
4 * Version number header file for PWLib
6 * Copyright (c) 1993-2000 Equivalence Pty. Ltd.
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): ______________________________________.
25 #ifndef _PWLib_VERSION_H
26 #define _PWLib_VERSION_H
30 /* WARNING: You MUST NOT add any comments to the #defines which follow
31 or add extra commented out #defines as this will confuse the parser
32 which extracts the version numbers
35 #define MAJOR_VERSION 1
36 #define MINOR_VERSION 11
37 #define BUILD_TYPE ReleaseCode
38 #define BUILD_NUMBER 3
41 #endif // _PWLib_VERSION_H
44 // End of File ///////////////////////////////////////////////////////////////