diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-13 22:19:49 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-13 22:19:49 +0200 |
commit | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (patch) | |
tree | 05bd08bb1987aa92b84b49b9ee4eee0ba3b2917f | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... (diff) | |
download | linux-2ea659a9ef488125eb46da6eb571de5eae5c43f6.tar.xz linux-2ea659a9ef488125eb46da6eb571de5eae5c43f6.zip |
Linux 4.12-rc1v4.12-rc1
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VERSION = 4 -PATCHLEVEL = 11 +PATCHLEVEL = 12 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Fearless Coyote # *DOCUMENTATION* |