]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/WinVersRes.h
30d4984b009780d20a97981d50a84bb037a23244
[apple/mdnsresponder.git] / mDNSWindows / WinVersRes.h
1 /*
2 * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
11 * file.
12 *
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
20 *
21 * @APPLE_LICENSE_HEADER_END@
22
23 Change History (most recent first):
24
25 $Log: WinVersRes.h,v $
26 Revision 1.22 2005/01/25 17:15:52 shersche
27 Bump to 1.0.0.51. Add legal copyright string.
28
29 Revision 1.21 2005/01/11 07:09:32 shersche
30 Bump to version 1.0.0.51
31
32 Revision 1.20 2004/12/17 01:23:24 shersche
33 Bump version to 1.0.0.50
34
35 Revision 1.19 2004/12/16 08:09:47 shersche
36 Revert version number back to 1.0.0.22
37
38 Revision 1.18 2004/12/16 02:48:10 shersche
39 Bump version number to 1.1.0.0
40
41 Revision 1.17 2004/10/20 15:37:46 shersche
42 Bump to Windows-trial-21
43
44 Revision 1.16 2004/10/12 23:51:36 cheshire
45 Bump version to 1.0.0.20
46
47 Revision 1.15 2004/09/21 01:15:56 shersche
48 bump version to 1.0.19
49
50 Revision 1.14 2004/09/16 21:27:46 shersche
51 Bump to version 18
52
53 Revision 1.13 2004/09/13 21:28:41 shersche
54 Bump version to 17
55
56 Revision 1.12 2004/08/28 00:18:01 rpantos
57 no message
58
59 Revision 1.11 2004/08/26 17:37:15 shersche
60 bump version to 1.0.0.14
61
62 Revision 1.10 2004/08/05 18:00:04 rpantos
63 bump to 1.0.0.13
64
65 Revision 1.9 2004/07/27 07:31:46 shersche
66 bump to 1.0.0.12
67
68 Revision 1.8 2004/07/22 23:28:54 shersche
69 bump to Version 1.0.0.11
70
71 Revision 1.7 2004/07/20 23:36:24 shersche
72 bump to version 1.0.0.10
73
74 Revision 1.6 2004/07/14 19:53:26 shersche
75 bump version to 1.0.0.9
76
77 Revision 1.5 2004/07/13 22:20:02 rpantos
78 Fix for <rdar://problem/3701120>.
79
80 Revision 1.4 2004/07/09 18:04:17 shersche
81 bump version to 1.0.0.8
82
83 Revision 1.3 2004/06/27 17:00:15 rpantos
84 Cleanup.
85
86 Revision 1.2 2004/06/26 22:24:08 rpantos
87 Cleanup.
88
89 Revision 1.1 2004/06/26 19:17:41 rpantos
90 First checked in.
91
92 */
93
94 #ifndef WINRESVERS_H
95 #define WINRESVERS_H
96
97 #define MASTER_PROD_NAME "Rendezvous"
98
99 // Define the product version for mDNSResponder on Windows
100 #define MASTER_PROD_VERS 1,0,0,52
101 #define MASTER_PROD_VERS_STR "1,0,0,52"
102 #define MASTER_PROD_VERS_STR2 "1.0.0.52"
103 #define MASTER_PROD_VERS_STR3 "Explorer Plugin 1.0.0.52"
104
105 // Define the legal copyright
106 #define MASTER_LEGAL_COPYRIGHT "Copyright (C) 2003-2005 Apple Computer, Inc."
107
108 #endif // WINRESVERS_H