diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-12-01 23:28:56 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-12-01 23:28:56 +0100 |
commit | 40384c840ea1944d7c5a392e8975ed088ecf0b37 (patch) | |
tree | e24c630c92cb3e00e43ed7727f0c36215f5f1b8d /Makefile | |
parent | Merge tag 'i2c-for-6.13-rc1-part3' of git://git.kernel.org/pub/scm/linux/kern... (diff) | |
download | linux-40384c840ea1944d7c5a392e8975ed088ecf0b37.tar.xz linux-40384c840ea1944d7c5a392e8975ed088ecf0b37.zip |
Linux 6.13-rc1v6.13-rc1
Diffstat (limited to 'Makefile')
-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 = 12 +PATCHLEVEL = 13 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Baby Opossum Posse # *DOCUMENTATION* |