Bump version to 0.9.27

This commit is contained in:
Bill Kendrick 2021-08-07 23:38:50 -07:00
parent 69ccac5650
commit cf99582672
3 changed files with 7 additions and 4 deletions

View file

@ -4,12 +4,12 @@
# Various contributors (see AUTHORS.txt)
# http://www.tuxpaint.org/
# June 14, 2002 - June 28, 2021
# June 14, 2002 - August 7, 2021
# The version number, for release:
VER_VERSION:=0.9.26
VER_VERSION:=0.9.27
ifdef SOURCE_DATE_EPOCH
VER_DATE=$(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+%Y-%m-%d" 2>/dev/null || date -u "+%Y-%m-%d")
else