diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-09-17 00:47:51 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-09-17 00:47:51 +0200 |
commit | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (patch) | |
tree | 9a30c7bf55bb01895fd12adee82d2653ad350f8e /Makefile | |
parent | Merge tag 'upstream-4.14-rc1' of git://git.infradead.org/linux-ubifs (diff) | |
download | linux-2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e.tar.xz linux-2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e.zip |
Linux 4.14-rc1v4.14-rc1
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VERSION = 4 -PATCHLEVEL = 13 +PATCHLEVEL = 14 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Fearless Coyote # *DOCUMENTATION* |