diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-06-08 13:44:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-06-08 13:44:43 -0700 |
commit | 19272b37aa4f83ca52bdf9c16d5d81bdd1354494 (patch) | |
tree | 1415387759d24e6e552be6144059072e708df642 | |
parent | 939f15e640f193616691d3bcde0089760e75b0d3 (diff) | |
download | linux-19272b37aa4f83ca52bdf9c16d5d81bdd1354494.tar.gz |
Linux 6.16-rc1v6.16-rc1
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index f48cf61181f7ab..35e6e5240c61a8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 6 -PATCHLEVEL = 15 +PATCHLEVEL = 16 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Baby Opossum Posse # *DOCUMENTATION* |