diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-09 17:46:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-09 17:46:05 +0100 |
commit | 8c3f48e8c28823378274d2342a2ff1442a4af55f (patch) | |
tree | 9453ca00577bf17479ad432fdfce2f6ef1b703ec | |
parent | 0b8c26bf92188d81e657a998be9fad58aa03dca2 (diff) | |
download | linux-stable-8c3f48e8c28823378274d2342a2ff1442a4af55f.tar.gz linux-stable-8c3f48e8c28823378274d2342a2ff1442a4af55f.tar.bz2 linux-stable-8c3f48e8c28823378274d2342a2ff1442a4af55f.zip |
Linux 4.20.1v4.20.1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 20 -SUBLEVEL = 0 +SUBLEVEL = 1 EXTRAVERSION = NAME = Shy Crocodile |