]> git.saurik.com Git - apple/xnu.git/blame - config/MasterVersion
xnu-792.13.8.tar.gz
[apple/xnu.git] / config / MasterVersion
CommitLineData
5d5c5d0d 18.8.1
91447636
A
2
3# The first line of this file contains the master version number for the kernel.
4# All other instances of the kernel version in xnu are derived from this file.
5#
6# The format of the version number must conform to the version resource format
7# as described in TN1132: http://developer.apple.com/technotes/tn/tn1132.html
8#
9# In particular, the string is formatted as: J[.N[.R[S[L]]]], where:
10# J represents the kernel major version number (integer)
11# N represents the kernel minor version number (integer)
12# R represents the kernel revision number (integer)
13# S represents the kernel build stage (one of "d", "a", "b", or "r")
14# L represents the kernel pre-release level (integer)
15#
16# The correct way to make use of the kernel version within kernel code or a
17# kext is to include libkern/verison.h. version.h contains defines that can
18# be used for build-time version logic and prototypes for variables that can
19# be used for run-time version logic.