tangled
alpha
login
or
join now
tjh.dev
/
kernel
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Linux 6.7-rc1
Linus Torvalds
2 years ago
b85ea95d
e257da57
+2
-2
1 changed file
expand all
collapse all
unified
split
Makefile
+2
-2
Makefile
···
1
# SPDX-License-Identifier: GPL-2.0
2
VERSION = 6
3
-
PATCHLEVEL = 6
4
SUBLEVEL = 0
5
-
EXTRAVERSION =
6
NAME = Hurr durr I'ma ninja sloth
7
8
# *DOCUMENTATION*
···
1
# SPDX-License-Identifier: GPL-2.0
2
VERSION = 6
3
+
PATCHLEVEL = 7
4
SUBLEVEL = 0
5
+
EXTRAVERSION = -rc1
6
NAME = Hurr durr I'ma ninja sloth
7
8
# *DOCUMENTATION*