diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-23 11:12:53 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-01-23 11:12:53 +0300 |
commit | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (patch) | |
tree | 9a34d943081e36baf98d96bb77e76f47c7f8f948 | |
parent | 40c843218f11625722e9a7c3ced81a83b95ecf05 (diff) | |
download | linux-5.17-rc1.tar.xz |
Linux 5.17-rc1v5.17-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 = 16 +PATCHLEVEL = 17 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Gobble Gobble # *DOCUMENTATION* |