diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-03-01 03:05:19 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-03-01 03:05:19 +0300 |
commit | fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8 (patch) | |
tree | e79873b346fdd1dde6f1e9ed58883cc7015a35f2 /Makefile | |
parent | d346da4a4a4485e3e728569a48bec6bfbf9e53d5 (diff) | |
download | linux-fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8.tar.xz |
Linux 5.12-rc1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 -PATCHLEVEL = 11 +PATCHLEVEL = 12 SUBLEVEL = 0 -EXTRAVERSION = -NAME = 💕 Valentine's Day Edition 💕 +EXTRAVERSION = -rc1 +NAME = Frozen Wasteland # *DOCUMENTATION* # To see a list of typical targets execute "make help" |