First RC for 0.9.26 Merge branch 'master' into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2021-06-17 00:07:32 +02:00
commit a37582da69
182 changed files with 11890 additions and 10436 deletions

View file

@ -4,12 +4,12 @@
# Various contributors (see AUTHORS.txt)
# http://www.tuxpaint.org/
# June 14, 2002 - February 20, 2021
# June 14, 2002 - June 13, 2021
# The version number, for release:
VER_VERSION:=0.9.26
VER_VERSION:=0.9.26-rc1
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