diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-01-06 17:08:20 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-01-06 17:08:20 -0800 |
| commit | bfeffd155283772bbe78c6a05dec7c0128ee500c (patch) | |
| tree | 4fbedacd1de1bbd4054f07f93031aebcb7b7a919 | |
| parent | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... (diff) | |
| download | linux-5.0-rc1.tar.gz linux-5.0-rc1.zip | |
Linux 5.0-rc1v5.0-rc1
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 -VERSION = 4 -PATCHLEVEL = 20 +VERSION = 5 +PATCHLEVEL = 0 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Shy Crocodile # *DOCUMENTATION* |
