diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-03-17 23:59:32 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-03-17 23:59:32 +0100 |
commit | a937536b868b8369b98967929045f1df54234323 (patch) | |
tree | c9cad98ad9cbba487d32812d59c456ed774d6ffb | |
parent | perf,x86: fix link failure for non-Intel configs (diff) | |
download | linux-a937536b868b8369b98967929045f1df54234323.tar.xz linux-a937536b868b8369b98967929045f1df54234323.zip |
Linux 3.9-rc3v3.9-rc3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc3 NAME = Unicycling Gorilla # *DOCUMENTATION* |