diff options
author | Linus Torvalds | 2014-01-12 11:04:18 +0100 |
---|---|---|
committer | Linus Torvalds | 2014-01-12 11:04:18 +0100 |
commit | 7e22e91102c6b9df7c4ae2168910e19d2bb14cd6 (patch) | |
tree | a0b3677d442ed08ca16943fb471a90f5fd5bc367 /Makefile | |
parent | SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() (diff) | |
download | kernel-qcow2-linux-7e22e91102c6b9df7c4ae2168910e19d2bb14cd6.tar.gz kernel-qcow2-linux-7e22e91102c6b9df7c4ae2168910e19d2bb14cd6.tar.xz kernel-qcow2-linux-7e22e91102c6b9df7c4ae2168910e19d2bb14cd6.zip |
Linux 3.13-rc8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 13 SUBLEVEL = 0 -EXTRAVERSION = -rc7 +EXTRAVERSION = -rc8 NAME = One Giant Leap for Frogkind # *DOCUMENTATION* |