diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-14 15:50:18 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-08-14 15:50:18 -0700 |
commit | 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (patch) | |
tree | b7c0ece362310b02ef4e0abc3d6fa302b2339ab9 | |
parent | 9f162193d6e48eb4ff51c2ea3612f1daebca1b7e (diff) | |
download | linux-stable-568035b01cfb107af8d2e4bd2fb9aea22cf5b868.tar.gz linux-stable-568035b01cfb107af8d2e4bd2fb9aea22cf5b868.tar.bz2 linux-stable-568035b01cfb107af8d2e4bd2fb9aea22cf5b868.zip |
Linux 6.0-rc1v6.0-rc1
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |