1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 04:36:35 +01:00

Some cosmetics changes

This commit is contained in:
Ansa89
2015-03-16 13:16:03 +01:00
parent c20510e5aa
commit 59e1114997
9 changed files with 60 additions and 70 deletions

View File

@@ -2,9 +2,9 @@
TOXIC_VERSION = 0.5.2
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
ifneq (, $(findstring error, $(REV)))
VERSION = $(TOXIC_VERSION)
VERSION = $(TOXIC_VERSION)
else
VERSION = $(TOXIC_VERSION)_r$(REV)
VERSION = $(TOXIC_VERSION)_r$(REV)
endif
# Project directories