Rev 1333 | Rev 1424 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1333 | Rev 1356 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | ## Kernel release |
29 | ## Kernel release |
30 | # |
30 | # |
31 | 31 | ||
32 | VERSION = 0 |
32 | VERSION = 0 |
33 | PATCHLEVEL = 1 |
33 | PATCHLEVEL = 1 |
34 | SUBLEVEL = 0 |
34 | SUBLEVEL = 1 |
35 | EXTRAVERSION = |
35 | EXTRAVERSION = |
36 | NAME = Dawn |
36 | NAME = Sunrise |
37 | RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |
37 | RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |
38 | 38 | ||
39 | ## Include configuration |
39 | ## Include configuration |
40 | # |
40 | # |
41 | 41 |