diff options
| author | Linus Torvalds <[email protected]> | 2025-04-20 20:43:47 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2025-04-20 20:43:47 +0000 |
| commit | 9c32cda43eb78f78c73aee4aa344b777714e259b (patch) | |
| tree | 2c886ba08c3a91a3826a6c1f54e305f5dba3d359 | |
| parent | gcc-15: work around sequence-point warning (diff) | |
| download | kernel-9c32cda43eb78f78c73aee4aa344b777714e259b.tar.gz kernel-9c32cda43eb78f78c73aee4aa344b777714e259b.zip | |
Linux 6.15-rc3
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ VERSION = 6 PATCHLEVEL = 15 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 NAME = Baby Opossum Posse # *DOCUMENTATION* |
