diff options
| author | 2019-01-06 17:08:20 -0800 | |
|---|---|---|
| committer | 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/masahiroy/linux-kbuild (diff) | |
| download | wireguard-linux-bfeffd155283772bbe78c6a05dec7c0128ee500c.tar.xz wireguard-linux-bfeffd155283772bbe78c6a05dec7c0128ee500c.zip | |
Linux 5.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* |
