diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-16 13:04:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-16 13:04:57 -0700 |
commit | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (patch) | |
tree | 5e2f608b8559b2c840e868be5a96be0f76c49828 | |
parent | 2cc3c4b3c2e9c99e90aaf19cd801ff2c160f283c (diff) | |
download | linux-rt-9123e3a74ec7b934a4a099e98af6a61c2f80bbf5.tar.gz |
Linux 5.9-rc1v5.9-rc1
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 -PATCHLEVEL = 8 +PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Kleptomaniac Octopus # *DOCUMENTATION* |