Bump ver to 0.9.26; Expanded release steps

Expanded the steps for making and posting releases
(docs/RELEASE.txt).

Bumped version to 0.9.26.
This commit is contained in:
Bill Kendrick 2020-12-27 17:45:13 -08:00
parent 1c07b66c9f
commit bcc233b542
17 changed files with 86 additions and 26 deletions

View file

@ -4,12 +4,12 @@
# Various contributors (see AUTHORS.txt)
# http://www.tuxpaint.org/
# June 14, 2002 - October 15, 2020
# June 14, 2002 - December 27, 2020
# The version number, for release:
VER_VERSION:=0.9.25
VER_VERSION:=0.9.26
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