diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-17 17:22:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-17 17:22:26 -0400 |
commit | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (patch) | |
tree | 5655465872b2efe0a8f817140de644d03111f0d5 | |
parent | 28d747f266fb73cd28a1b9a174cc3738fc177b00 (diff) |
Linux 5.1-rc1
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | VERSION = 5 | 2 | VERSION = 5 |
3 | PATCHLEVEL = 0 | 3 | PATCHLEVEL = 1 |
4 | SUBLEVEL = 0 | 4 | SUBLEVEL = 0 |
5 | EXTRAVERSION = | 5 | EXTRAVERSION = -rc1 |
6 | NAME = Shy Crocodile | 6 | NAME = Shy Crocodile |
7 | 7 | ||
8 | # *DOCUMENTATION* | 8 | # *DOCUMENTATION* |