1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-09-28 04:15:36 +02:00

Bump to version 0.7.2

This commit is contained in:
jfreegman 2016-12-18 00:11:24 -05:00
parent 1d71e2eb18
commit 600e013adc
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -1,5 +1,5 @@
# Version # Version
TOXIC_VERSION = 0.7.1 TOXIC_VERSION = 0.7.2
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error") REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
ifneq (, $(findstring error, $(REV))) ifneq (, $(findstring error, $(REV)))
VERSION = $(TOXIC_VERSION) VERSION = $(TOXIC_VERSION)