Fixes to PDirectory
[pwlib.git] / samples / emailtest / version.h
blobee053ebaa6765559663ed01658af88b028153b74
1 /*
2 * main.h
4 * PWLib application header file for emailtest
6 * Copyright (c) 2004 Post Increment
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
27 * openh323: v1.10.0 CVS tag: v1_10_0
30 #ifndef _Emailtest_VERSION_H
31 #define _Emailtest_VERSION_H
33 #define MAJOR_VERSION 1
34 #define MINOR_VERSION 0
35 #define BUILD_TYPE AlphaCode
36 #define BUILD_NUMBER 1
39 #endif // _Emailtest_VERSION_H
42 // End of File ///////////////////////////////////////////////////////////////