if'd LDAP code to enable non-LDAP builds
[pwlib.git] / version.h
blob2b1f5162612f5335f5b09c217b989d5709e77695
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
28 #define MAJOR_VERSION 1
29 #define MINOR_VERSION 6
30 #define BUILD_TYPE ReleaseCode
31 #define BUILD_NUMBER 4
34 #endif // _PWLib_VERSION_H
37 // End of File ///////////////////////////////////////////////////////////////