diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-08-10 19:41:16 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-08-10 19:41:16 +0300 |
commit | 8f5ae30d69d7543eee0d70083daf4de8fe15d585 (patch) | |
tree | 39b1c547214511a38af0af023e222b28f1de0fe9 /Makefile | |
parent | 2b38afce25c4e1b8f943ff4f0a2b51d6c40f2ed2 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 37e37565515e6..6bfe776bf3c5f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 -PATCHLEVEL = 16 +PATCHLEVEL = 17 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Baby Opossum Posse # *DOCUMENTATION* |