|
|
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: HubClassVersion.h ! 27: ! 28: Contains: Version number values for the Hub driver ! 29: ! 30: Version: xxx put version here xxx ! 31: ! 32: Written by: Craig Keithley ! 33: ! 34: Copyright: � 1998 by Apple Computer, Inc., all rights reserved. ! 35: ! 36: File Ownership: ! 37: ! 38: DRI: ! 39: ! 40: Other Contact: ! 41: ! 42: Technology: ! 43: ! 44: Writers: ! 45: ! 46: (BT) Barry Twycross ! 47: (CJK) Craig Keithley ! 48: ! 49: This file is used in these builds: ! 50: ! 51: Change History (most recent first): ! 52: ! 53: <USB6> 5/13/98 CJK fix version info to get version from packageversion.h if the ! 54: individual version has been overridden ! 55: <5> 3/9/98 BT Fix redundant ; ! 56: <4> 3/6/98 CJK fix version info as it appears in the getinfo dialog ! 57: <3> 2/5/98 CJK Fix defines to be for hub (not compound class device) ! 58: <2> 2/5/98 CJK Add change history ! 59: <1> 2/5/98 CJK First time check in ! 60: */ ! 61: #ifndef __HUBCLASSVERSION__ ! 62: #define __HUBCLASSVERSION__ ! 63: ! 64: #include "PackageVersion.h" ! 65: ! 66: #ifdef kOverrideIndividualVersions ! 67: ! 68: #define kHUBStringVersShort kPKGStringVersShort ! 69: #define kHUBStringVersLong kPKGStringVers1Long ! 70: ! 71: #define kHUBHexMajorVers kPKGHexMajorVers ! 72: #define kHUBHexMinorVers kPKGHexMinorVers ! 73: #define kHUBCurrentRelease kPKGCurrentRelease ! 74: #define kHUBReleaseStage kPKGReleaseStage ! 75: ! 76: #else ! 77: ! 78: #define kHUBStringVersShort "1.0d1" ! 79: #define kHUBStringVersLong "1.0d1, � 1998 Apple Computer, Inc." ! 80: ! 81: #define kHUBHexMajorVers 0x01 // This should never change for the current project. ! 82: #define kHUBHexMinorVers 0x00 // This should never change for the current project. ! 83: #define kHUBCurrentRelease kDevelopmentRelease // Be sure to adjust this when the milestone is reached. ! 84: #define kHUBReleaseStage 1 // Be sure to adjust this number every build. ! 85: ! 86: #endif ! 87: ! 88: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.