aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-10-25 15:14:11 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-10-25 15:14:11 -0700
commit3650b228f83adda7e5ee532e2b90429c03f7b9ec (patch)
tree2717f8d864701d1b19d07988b775b6207176360d /Makefile
parenttreewide: Convert macro and uses of __section(foo) to __section("foo") (diff)
downloadlinux-dev-3650b228f83adda7e5ee532e2b90429c03f7b9ec.tar.xz
linux-dev-3650b228f83adda7e5ee532e2b90429c03f7b9ec.zip
Linux 5.10-rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e71979882e4f..ee2284a5cad2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
VERSION = 5
-PATCHLEVEL = 9
+PATCHLEVEL = 10
SUBLEVEL = 0
-EXTRAVERSION =
+EXTRAVERSION = -rc1
NAME = Kleptomaniac Octopus
# *DOCUMENTATION*