forked from Telodendria/Telodendria
Bake the platform name into the version number.
This is helpful as we're porting to different operating systems. I guess it just makes the porting effort more satisfying. Seeing this header makes me happy: Server: Telodendria/0.2.0-Haiku
This commit is contained in:
parent
2b77681763
commit
55b3728e7e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
: "${TELODENDRIA_VERSION:=0.2.0}"
|
||||
: "${CVS_TAG:=Telodendria-$(echo $TELODENDRIA_VERSION | sed 's/\./_/g')}"
|
||||
|
||||
: "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"$TELODENDRIA_VERSION\"}"
|
||||
: "${DEFINES:=-D_DEFAULT_SOURCE -DTELODENDRIA_VERSION=\"${TELODENDRIA_VERSION}-$(uname)\"}"
|
||||
|
||||
: "${CC:=cc}"
|
||||
: "${CFLAGS:=-Wall -Wextra -pedantic -ansi -O3 -pipe}"
|
||||
|
|
Loading…
Reference in a new issue