Rev 3887 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3887 | Rev 4686 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | # The NAME string is the code name of the given release. |
34 | # The NAME string is the code name of the given release. |
35 | # |
35 | # |
36 | 36 | ||
37 | VERSION = 0 |
37 | VERSION = 0 |
38 | PATCHLEVEL = 4 |
38 | PATCHLEVEL = 4 |
39 | SUBLEVEL = 0 |
39 | SUBLEVEL = 1 |
40 | 40 | ||
41 | ifdef EXTRAVERSION |
41 | ifdef EXTRAVERSION |
42 | RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL).$(EXTRAVERSION) |
42 | RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL).$(EXTRAVERSION) |
43 | else |
43 | else |
44 | RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) |
44 | RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL) |
45 | endif |
45 | endif |
46 | 46 | ||
47 | NAME = Sinister Valentine |
47 | NAME = Escalopino |