Bumping version to 0.9.25

This commit is contained in:
Bill Kendrick 2020-06-22 22:58:12 -07:00
parent 90871308ef
commit b65d7f9da4
11 changed files with 28 additions and 22 deletions

View file

@ -1,15 +1,15 @@
# Tux Paint - A simple drawing program for children.
# Copyright (c) 2002-2019
# Copyright (c) 2002-2020
# Various contributors (see AUTHORS.txt)
# http://www.tuxpaint.org/
# June 14, 2002 - October 29, 2019
# June 14, 2002 - June 22, 2020
# The version number, for release:
VER_VERSION:=0.9.24
VER_VERSION:=0.9.25
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