|
|
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: � 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: <USB5> 5/13/98 CJK fix version info to get version from packageversion.h if the ! 53: individual version has been overridden ! 54: <USB4> 5/11/98 CJK remove semicolon after include statement ! 55: <3> 3/6/98 CJK change so that the check for the override of the version occurs ! 56: here, and not in the .r file. ! 57: <2> 3/5/98 CJK Fix version string problems ! 58: */ ! 59: #ifndef __MOUSEMODULEVERSION__ ! 60: #define __MOUSEMODULEVERSION__ ! 61: ! 62: #include "../kbd/PackageVersion.h" ! 63: ! 64: #ifdef kOverrideIndividualVersions ! 65: ! 66: #define kMouseStringVersShort kPKGStringVersShort ! 67: #define kMouseStringVersLong kPKGStringVers1Long ! 68: ! 69: #define kMouseHexMajorVers kPKGHexMajorVers ! 70: #define kMouseHexMinorVers kPKGHexMinorVers ! 71: #define kMouseCurrentRelease kPKGCurrentRelease ! 72: #define kMouseReleaseStage kPKGReleaseStage ! 73: ! 74: #else ! 75: ! 76: #define kMouseStringVersShort "1.0d1" ! 77: #define kMouseStringVersLong "1.0d1, � 1998 Apple Computer, Inc." ! 78: ! 79: #define kMouseHexMajorVers 0x01 // This should never change for the current project. ! 80: #define kMouseHexMinorVers 0x00 // This should never change for the current project. ! 81: #define kMouseCurrentRelease kDevelopmentRelease // Be sure to adjust this when the milestone is reached. ! 82: #define kMouseReleaseStage 1 // Be sure to adjust this number every build. ! 83: ! 84: #endif ! 85: ! 86: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.