]> git.saurik.com Git - apple/mdnsresponder.git/blame - mDNSWindows/WinVersRes.h
mDNSResponder-107.4.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / WinVersRes.h
CommitLineData
7f0064bd
A
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 $
7cb34e5c
A
26Revision 1.30 2005/03/07 19:18:18 shersche
27<rdar://problem/4039831> Update Windows build to 1.0.0.58
28
29Revision 1.29 2005/03/02 20:11:45 shersche
30Update name
31
32Revision 1.28 2005/03/02 03:57:51 shersche
33Bump to 1.0.0.57
34
35Revision 1.27 2005/02/23 03:12:27 shersche
36Bump to 1.0.0.56
37
38Revision 1.26 2005/02/15 23:20:18 shersche
39Bump to 1.0.0.55 and update name
40
41Revision 1.25 2005/02/10 22:35:29 cheshire
42<rdar://problem/3727944> Update name
43
44Revision 1.24 2005/02/08 23:32:24 shersche
45Bump to 1.0.0.54
46
47Revision 1.23 2005/02/02 02:08:28 shersche
48Bump to version 1.0.0.53
49
283ee3ff
A
50Revision 1.22 2005/01/25 17:15:52 shersche
51Bump to 1.0.0.51. Add legal copyright string.
52
53Revision 1.21 2005/01/11 07:09:32 shersche
54Bump to version 1.0.0.51
55
56Revision 1.20 2004/12/17 01:23:24 shersche
57Bump version to 1.0.0.50
58
59Revision 1.19 2004/12/16 08:09:47 shersche
60Revert version number back to 1.0.0.22
61
62Revision 1.18 2004/12/16 02:48:10 shersche
63Bump version number to 1.1.0.0
64
7f0064bd
A
65Revision 1.17 2004/10/20 15:37:46 shersche
66Bump to Windows-trial-21
67
68Revision 1.16 2004/10/12 23:51:36 cheshire
69Bump version to 1.0.0.20
70
71Revision 1.15 2004/09/21 01:15:56 shersche
72bump version to 1.0.19
73
74Revision 1.14 2004/09/16 21:27:46 shersche
75Bump to version 18
76
77Revision 1.13 2004/09/13 21:28:41 shersche
78Bump version to 17
79
80Revision 1.12 2004/08/28 00:18:01 rpantos
81no message
82
83Revision 1.11 2004/08/26 17:37:15 shersche
84bump version to 1.0.0.14
85
86Revision 1.10 2004/08/05 18:00:04 rpantos
87bump to 1.0.0.13
88
89Revision 1.9 2004/07/27 07:31:46 shersche
90bump to 1.0.0.12
91
92Revision 1.8 2004/07/22 23:28:54 shersche
93bump to Version 1.0.0.11
94
95Revision 1.7 2004/07/20 23:36:24 shersche
96bump to version 1.0.0.10
97
98Revision 1.6 2004/07/14 19:53:26 shersche
99bump version to 1.0.0.9
100
101Revision 1.5 2004/07/13 22:20:02 rpantos
102Fix for <rdar://problem/3701120>.
103
104Revision 1.4 2004/07/09 18:04:17 shersche
105bump version to 1.0.0.8
106
107Revision 1.3 2004/06/27 17:00:15 rpantos
108Cleanup.
109
110Revision 1.2 2004/06/26 22:24:08 rpantos
111Cleanup.
112
113Revision 1.1 2004/06/26 19:17:41 rpantos
114First checked in.
115
116 */
117
118#ifndef WINRESVERS_H
119#define WINRESVERS_H
120
7cb34e5c 121#define MASTER_PROD_NAME "Bonjour"
7f0064bd
A
122
123// Define the product version for mDNSResponder on Windows
05292456
A
124#define MASTER_PROD_VERS 1,0,0,58
125#define MASTER_PROD_VERS_STR "1,0,0,58"
126#define MASTER_PROD_VERS_STR2 "1.0.0.58"
127#define MASTER_PROD_VERS_STR3 "Explorer Plugin 1.0.0.58"
283ee3ff
A
128
129// Define the legal copyright
130#define MASTER_LEGAL_COPYRIGHT "Copyright (C) 2003-2005 Apple Computer, Inc."
7f0064bd
A
131
132#endif // WINRESVERS_H