aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-08-14 15:50:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-08-14 15:50:18 -0700
commit568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (patch)
treeb7c0ece362310b02ef4e0abc3d6fa302b2339ab9 /Makefile
parentradix-tree: replace gfp.h inclusion with gfp_types.h (diff)
downloadwireguard-linux-568035b01cfb107af8d2e4bd2fb9aea22cf5b868.tar.xz
wireguard-linux-568035b01cfb107af8d2e4bd2fb9aea22cf5b868.zip
Linux 6.0-rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5f5c43a52455..f09673b6c11d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
# SPDX-License-Identifier: GPL-2.0
-VERSION = 5
-PATCHLEVEL = 19
+VERSION = 6
+PATCHLEVEL = 0
SUBLEVEL = 0
-EXTRAVERSION =
-NAME = Superb Owl
+EXTRAVERSION = -rc1
+NAME = Hurr durr I'ma ninja sloth
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"