diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-05-07 22:34:35 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-05-07 22:34:35 +0200 |
commit | ac9a78681b921877518763ba0e89202254349d1b (patch) | |
tree | d648150a51bb2fe56e426ca4687b44a783f0746a /Makefile | |
parent | Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/... (diff) | |
download | linux-ac9a78681b921877518763ba0e89202254349d1b.tar.xz linux-ac9a78681b921877518763ba0e89202254349d1b.zip |
Linux 6.4-rc1v6.4-rc1
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 -PATCHLEVEL = 3 +PATCHLEVEL = 4 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Hurr durr I'ma ninja sloth # *DOCUMENTATION* |