113.0.0
2
3#
4# iPhoneOS likes to bump its versions up by one? I don't even know why.
5# - winocm.
6#
7
8# The first line of this file contains the master version number for the kernel.
9# All other instances of the kernel version in xnu are derived from this file.
10#
11# The format of the version number must conform to the version resource format
12# as described in TN1132: http://developer.apple.com/technotes/tn/tn1132.html
13#
14# In particular, the string is formatted as: J[.N[.R[S[L]]]], where:
15#  J represents the kernel major version number (integer)
16#  N represents the kernel minor version number (integer)
17#  R represents the kernel revision number (integer)
18#  S represents the kernel build stage (one of "d", "a", "b", or "r")
19#  L represents the kernel pre-release level (integer)
20#
21# The correct way to make use of the kernel version within kernel code or a
22# kext is to include libkern/verison.h.  version.h contains defines that can
23# be used for build-time version logic and prototypes for variables that can
24# be used for run-time version logic.
25