diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-10 03:08:48 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-10 03:08:48 +0300 |
commit | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (patch) | |
tree | 7062bb751c04f07d83da42df7c461c4b74f9e37e /Makefile | |
parent | 89a47dd1af8fdda667938ec190d9595d55d7ec6f (diff) | |
download | linux-bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9.tar.xz |
Linux 5.6-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 = 5 -PATCHLEVEL = 5 +PATCHLEVEL = 6 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Kleptomaniac Octopus # *DOCUMENTATION* |