Subversion Repositories HelenOS

Rev

Rev 1665 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1665 Rev 1696
Line 30... Line 30...
30
#
30
#
31
 
31
 
32
VERSION = 0
32
VERSION = 0
33
PATCHLEVEL = 2
33
PATCHLEVEL = 2
34
SUBLEVEL = 0
34
SUBLEVEL = 0
35
EXTRAVERSION = 
35
EXTRAVERSION = 1
36
NAME = Daylight
36
NAME = Daylight
-
 
37
ifdef EXTRAVERSION
37
RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
38
RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL).$(EXTRAVERSION)
-
 
39
else
-
 
40
RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)
-
 
41
endif
38
 
42
 
39
## Include configuration
43
## Include configuration
40
#
44
#
41
 
45
 
42
-include Makefile.config
46
-include Makefile.config