Annotation of kernel/bsd/sys/version.h, revision 1.1.1.1

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:  * Mach Operating System
                     27:  * Copyright (c) 1987 Carnegie-Mellon University
                     28:  * All rights reserved.  The CMU software License Agreement specifies
                     29:  * the terms and conditions for use and redistribution.
                     30:  */
                     31: /*
                     32:  *     File:   sys/version.h
                     33:  *
                     34:  * HISTORY
                     35:  * 29-Oct-86  Avadis Tevanian (avie) at Carnegie-Mellon University
                     36:  *     Created.
                     37:  */ 
                     38: 
                     39: /*
                     40:  *     Each kernel has a major and minor version number.  Changes in
                     41:  *     the major number in general indicate a change in exported features.
                     42:  *     Changes in minor number usually correspond to internal-only
                     43:  *     changes that the user need not be aware of (in general).  These
                     44:  *     values are stored at boot time in the machine_info strucuture and
                     45:  *     can be obtained by user programs with the host_info kernel call.
                     46:  *     This mechanism is intended to be the formal way for Mach programs
                     47:  *     to provide for backward compatibility in future releases.
                     48:  *
                     49:  *     Following is an informal history of the numbers:
                     50:  *
                     51:  *     15-Jul-1998     Umesh Vaishampayan
                     52:  *             Mac OS X Server 
                     53:  *
                     54:  *     20-Mar-1998     Umesh Vaishampayan
                     55:  *             Rhapsody DR2
                     56:  *
                     57:  *     28-Sep-94 ?
                     58:  *             NEXTSTEP Release 4.0.
                     59:  *
                     60:  *     03-Sep-91 Doug Mitchell
                     61:  *             Major 3 for NeXT release 3.0.
                     62:  *
                     63:  *     04-Mar-90 Avadis Tevanian, Jr.
                     64:  *             Major 2, minor 0 for NeXT release 2.0.
                     65:  *
                     66:  *     11-May-89 Avadis Tevanian, Jr.
                     67:  *             Advance version to major 1, minor 0 to conform to NeXT
                     68:  *             release 1.0.
                     69:  *
                     70:  *     05-December-88 Avadis Tevanian, Jr.
                     71:  *             Aborted previous numbering, set major to 0, minor to 9
                     72:  *             to conform to NeXT's 0.9 release.
                     73:  *
                     74:  *     25-March-87  Avadis Tevanian, Jr.
                     75:  *             Created version numbering scheme.  Started with major 1,
                     76:  *             minor 0.
                     77:  */
                     78: 
                     79: #define KERNEL_MAJOR_VERSION   5
                     80: #define KERNEL_MINOR_VERSION   3
                     81: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.