diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-16 16:17:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-16 16:17:51 -0400 |
commit | 272b98c6455f00884f0350f775c5342358ebb73f (patch) | |
tree | 772d27f501eb43cf8bc1a3a17f7d95badea5093c /Makefile | |
parent | a4ae54f90e0a7063799eb90852aa8648ccfbb791 (diff) | |
download | linux-272b98c6455f00884f0350f775c5342358ebb73f.tar.bz2 |
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" |