diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-06-08 23:44:43 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-06-08 23:44:43 +0300 |
commit | 19272b37aa4f83ca52bdf9c16d5d81bdd1354494 (patch) | |
tree | 1415387759d24e6e552be6144059072e708df642 | |
parent | 939f15e640f193616691d3bcde0089760e75b0d3 (diff) | |
download | linux-master.tar.xz |
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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* |