| summaryrefslogtreecommitdiff |
| author | Ben Hutchings <ben@decadent.org.uk> | 2012-06-10 13:42:13 (GMT) |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2012-06-10 13:42:13 (GMT) |
| commit | 7313dd1519ea5cd81f67bc26b180e472d102ff88 (patch) (side-by-side diff) | |
| tree | 3a95504f414a7b538ede47748b0140e8ab9ba3f5 | |
| parent | 76f4fa4be06ea1de34b0cf441d97fe1916bb4b6e (diff) | |
Linux 3.2.20v3.2.20
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,15 +1,15 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 19 +SUBLEVEL = 20 EXTRAVERSION = NAME = Saber-toothed Squirrel # *DOCUMENTATION* # To see a list of typical targets execute "make help" # More info can be located in ./README # Comments in this file are targeted only to the developer, do not # expect to learn how to build the kernel reading this file. # Do not: # o use make's built-in rules and variables # (this increases performance and avoids hard-to-debug behaviour); |