diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-26 23:11:59 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-26 23:11:59 +0200 |
commit | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (patch) | |
tree | c671c685ac53348259d386d35e4b0efbbe41e5aa /Makefile | |
parent | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... (diff) | |
download | linux-5b394b2ddf0347bef56e50c69a58773c94343ff3.tar.xz linux-5b394b2ddf0347bef56e50c69a58773c94343ff3.zip |
Linux 4.19-rc1v4.19-rc1
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 -PATCHLEVEL = 18 +PATCHLEVEL = 19 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Merciless Moray # *DOCUMENTATION* |