repo.or.cz
/
helenos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Formatting changes.
[helenos.git]
/
version
blob
9e0b0895d371dd8648c8240c23b8424839d645b4
1
VERSION = 0
2
PATCHLEVEL = 2
3
SUBLEVEL = 0
4
EXTRAVERSION = 3
5
NAME = Daylight
6
7
ifdef EXTRAVERSION
8
RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL).$(EXTRAVERSION)
9
else
10
RELEASE = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)
11
endif