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

Bump version to 0.8.3

This commit is contained in:
jfreegman 2018-10-30 18:03:44 -04:00
parent 9e3d4f3889
commit e4abd8b36b
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
2 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ author = 'Jakob Kreuze'
# built documents.
#
# The short X.Y version.
version = '0.8.2'
version = '0.8.3'
# The full version, including alpha/beta/rc tags.
release = '0.8.2'
release = '0.8.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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