diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-26 01:13:08 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-12-26 01:13:08 +0100 |
commit | 7ce7d89f48834cefece7804d38fc5d85382edf77 (patch) | |
tree | a7650ab5c0fa3a6a3841de8e8693041b3e009054 | |
parent | powerpc: Fix build warning on 32-bit PPC (diff) | |
download | linux-4.10-rc1.tar.xz linux-4.10-rc1.zip |
Linux 4.10-rc1v4.10-rc1
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VERSION = 4 -PATCHLEVEL = 9 +PATCHLEVEL = 10 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = -rc1 NAME = Roaring Lionus # *DOCUMENTATION* |