diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-06-19 22:06:47 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-06-19 22:06:47 +0200 |
commit | a111daf0c53ae91e71fd2bfe7497862d14132e3e (patch) | |
tree | ac0d5ed2a5efe0b4f93cfd12a2f340b2f7736b71 /Makefile | |
parent | Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kerne... (diff) | |
download | linux-a111daf0c53ae91e71fd2bfe7497862d14132e3e.tar.xz linux-a111daf0c53ae91e71fd2bfe7497862d14132e3e.zip |
Linux 5.19-rc3v5.19-rc3
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 19 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 NAME = Superb Owl # *DOCUMENTATION* |