diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-21 22:47:39 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-21 22:47:39 +0100 |
commit | 136057256686de39cc3a07c2e39ef6bc43003ff6 (patch) | |
tree | d5b5ca94ab6df0bb5b9da3d4afdb1483bd625f37 /Makefile | |
parent | Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
download | linux-136057256686de39cc3a07c2e39ef6bc43003ff6.tar.xz linux-136057256686de39cc3a07c2e39ef6bc43003ff6.zip |
Linux 5.16-rc2v5.16-rc2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 16 SUBLEVEL = 0 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 NAME = Trick or Treat # *DOCUMENTATION* |