repo.or.cz
/
got-portable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gotwebd: tweak site_owner_wrapper style for dark mode
[got-portable.git]
/
got-version.mk
blob
25aedebbea1e9dd1a62bc55cfe0378f2d757fa15
1
GOT_RELEASE
=
No
2
GOT_VERSION_NUMBER
=
0.95
3
4
.if
${
GOT_RELEASE
} ==
Yes
5
GOT_VERSION
=${
GOT_VERSION_NUMBER
}
6
.
else
7
GOT_VERSION
=${
GOT_VERSION_NUMBER
}-
current
8
.
endif