|
|
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: CompositeClassVersion.h
27:
28: Contains: Version number values for the Composite Class Driver
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: (CJK) Craig Keithley
47:
48: This file is used in these builds:
49:
50: Change History (most recent first):
51:
52: <USB3> 5/13/98 CJK fix version info to get version from packageversion.h if the
53: individual version has been overridden
54: <USB2> 5/11/98 CJK remove semicolon after include statement
55: <1> 4/7/98 CJK first checked in
56: <3> 3/6/98 CJK change to use the override individual versions flag to determine
57: whether the version info comes from the packageversion file or
58: from this file.
59: <2> 3/5/98 CJK Work on version string formatting (so that the correct strings
60: appear when doing a get info).
61: */
62: #ifndef __COMPOSITEVERSION__
63: #define __COMPOSITEVERSION__
64:
65: //naga#include "PackageVersion.h"
66:
67: #ifdef kOverrideIndividualVersions
68:
69: #define kCMPStringVersShort kPKGStringVersShort
70: #define kCMPStringVersLong kPKGStringVers1Long
71:
72: #define kCMPHexMajorVers kPKGHexMajorVers
73: #define kCMPHexMinorVers kPKGHexMinorVers
74: #define kCMPCurrentRelease kPKGCurrentRelease
75: #define kCMPReleaseStage kPKGReleaseStage
76:
77: #else
78:
79: #define kCMPStringVersShort "1.0d1"
80: #define kCMPStringVersLong "1.0d1, � 1998 Apple Computer, Inc."
81:
82: #define kCMPHexMajorVers 0x01 // This should never change for the current project.
83: #define kCMPHexMinorVers 0x00 // This should never change for the current project.
84: #define kCMPCurrentRelease kDevelopmentRelease // Be sure to adjust this when the milestone is reached.
85: #define kCMPReleaseStage 1 // Be sure to adjust this number every build.
86:
87: #endif
88:
89: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.