diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-16 22:17:51 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-16 22:17:51 +0200 |
commit | 272b98c6455f00884f0350f775c5342358ebb73f (patch) | |
tree | 772d27f501eb43cf8bc1a3a17f7d95badea5093c /Makefile | |
parent | Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t... (diff) | |
download | linux-272b98c6455f00884f0350f775c5342358ebb73f.tar.xz linux-272b98c6455f00884f0350f775c5342358ebb73f.zip |
Linux 3.12-rc1v3.12-rc1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ VERSION = 3 -PATCHLEVEL = 11 +PATCHLEVEL = 12 SUBLEVEL = 0 -EXTRAVERSION = -NAME = Suicidal Squirrel +EXTRAVERSION = -rc1 +NAME = One Giant Leap for Frogkind # *DOCUMENTATION* # To see a list of typical targets execute "make help" |