|
|
1.1 root 1: /*
2: * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
3: *
4: * @APPLE_LICENSE_HEADER_START@
5: *
6: * Portions Copyright (c) 1999 Apple Computer, Inc. All Rights
7: * Reserved. This file contains Original Code and/or Modifications of
8: * Original Code as defined in and that are subject to the Apple Public
9: * Source License Version 1.1 (the "License"). You may not use this file
10: * except in compliance with the License. Please obtain a copy of the
11: * License at http://www.apple.com/publicsource and read it before using
12: * this file.
13: *
14: * The Original Code and all software distributed under the License are
15: * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
16: * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
17: * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
18: * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
19: * License for the specific language governing rights and limitations
20: * under the License.
21: *
22: * @APPLE_LICENSE_HEADER_END@
23: */
24:
25: /*
26: File: PackageVersion.h
27:
28: Contains: Version number values for the entire package
29:
30: Version: xxx put version here xxx
31:
32: Written by: Craig Keithley
33:
34: Copyright: � 1997-1998 by Apple Computer, Inc., all rights reserved.
35:
36: File Ownership:
37:
38: DRI: Craig Keithley
39:
40: Other Contact:
41:
42: Technology:
43:
44: Writers:
45:
46: (TC) Tom Clark
47: (DF) David Ferguson
48: (CJK) Craig Keithley
49:
50: This file is used in these builds:
51:
52: Change History (most recent first):
53:
54: <USB53> 10/28/98 CJK change version to 1.1a5
55: <USB52> 10/22/98 CJK change version to 1.1a4
56: <USB51> 10/16/98 TC Change version to 1.1a3
57: <USB50> 10/5/98 TC Change version to 1.1d4
58: <USB49> 9/18/98 TC Change version to 1.1d3. Added 1997 to copyright string.
59: <USB48> 9/14/98 TC Change version to 1.1d2
60: <USB47> 8/27/98 DF OK, now make the change to more than the checkin comment
61: <USB46> 8/27/98 DF change version to GM 1.1d1
62: <USB45> 8/27/98 DF change version to GM 1.0.1
63: <USB44> 8/24/98 DF change revision to 1.0.1b5
64: <USB43> 8/13/98 CJK change version to 1.0.1b4
65: <USB42> 7/30/98 CJK change version to 1.0.1b2
66: <USB41> 7/28/98 CJK change version to 1.0.1b1
67: <USB40> 7/15/98 DF We're GM with 1.0!!!!
68: <USB39> 7/10/98 CJK change version to 1.0b8
69: <USB38> 7/10/98 CJK change version to 1.0b8
70: <USB37> 7/1/98 DF change version to 1.0b7
71: <USB36> 6/22/98 DF change version to 1.0b6
72: <USB35> 6/15/98 CJK change version to 1.0b5
73: <USB34> 6/8/98 CJK change version to 1.0b4
74: <USB33> 6/2/98 CJK change version to 1.0b3
75: <USB32> 5/18/98 CJK change version to 1.0b2
76: <USB31> 5/18/98 CJK change version to 1.0a12 (should have been a12/BC1)
77: <USB30> 5/13/98 CJK change from decimal 11 to hex 11
78: <USB29> 5/13/98 CJK change version to 1.0a11+
79: <USB28> 5/11/98 CJK change version to 1.0a11
80: <USB27> 4/27/98 CJK change version to 1.0a9
81: <USB26> 4/23/98 CJK change version to 1.0a8+
82: <USB25> 4/20/98 CJK change version to 1.0a8
83: <USB24> 4/20/98 CJK change version to 1.0a8e1
84: <USB23> 4/14/98 CJK change version to 1.0a7e2
85: <USB22> 4/9/98 CJK change version to 1.0a7e1
86: <USB21> 4/9/98 CJK change copyright date (bad clone, bad bad clone)
87: <20> 4/6/98 CJK change version to 1.0a6+
88: <19> 4/3/98 CJK change version to 1.0a6
89: <18> 3/27/98 CJK change version to 1.0a5
90: <17> 3/24/98 CJK change version to 1.0a4+
91: <16> 3/20/98 CJK change version to 1.0a4
92: <15> 3/18/98 CJK change version to 1.0a4e1
93: <14> 3/12/98 CJK change version to 1.0a3
94: <13> 3/6/98 CJK change version to 1.0a2
95: <12> 3/6/98 CJK change version to 1.0a2e2
96: <11> 3/6/98 CJK change version to 1.0a2e1
97: <10> 3/5/98 CJK Work on version string formatting
98: <9> 3/4/98 CJK change version to 1.0a1c1
99: <8> 3/3/98 CJK change version to 1.0d5ac1
100: <7> 3/2/98 CJK change version to 1.0d5e2
101: <6> 2/27/98 CJK change version to 1.0d5e1
102: <5> 2/24/98 CJK change version to 1.0d4+
103: <4> 2/19/98 CJK change version to 1.0d4
104: <3> 2/17/98 CJK change version to 1.0d3+
105: <2> 2/12/98 CJK change version to 1.0d3
106: */
107: #ifndef __PACKAGEVERSION__
108: #define __PACKAGEVERSION__
109:
110: #define kIsFinalCandidate 0x00
111:
112: #define kOverrideIndividualVersions 0xff
113:
114: #define kDevelopmentRelease 0x20
115: #define kAlphaRelease 0x40
116: #define kBetaRelease 0x60
117: #define kFinalRelease 0x80
118:
119: #define kPKGStringVersShort "1.1a5"
120: #define kPKGStringVers1Long "1.1a5, �Copyright 1997-1998 Apple Computer, Inc."
121: #define kPKGStringVers2Long "USB Manager 1.1a5"
122:
123: #define kPKGHexMajorVers 0x01 // This should never change for the current project.
124: #define kPKGHexMinorVers 0x10 // This should never change for the current project.
125:
126: #define kPKGCurrentRelease kAlphaRelease // Be sure to adjust this when the milestone is reached.
127: #define kPKGReleaseStage 0x05 // Be sure to adjust this number every build.
128:
129: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.