Bump to 0.9.24; improve usage output

Bumping to 0.9.24; going to add a new feature momentarily.

Improved usage output (e.g., that of "tuxpaint --help"); broke
the options into groups that match the tabs in Tux Paint Config.,
added some missing options.
This commit is contained in:
Bill Kendrick 2018-12-18 21:56:05 -08:00
parent 32cf7679a9
commit 268e213e6d
5 changed files with 84 additions and 71 deletions

View file

@ -4,12 +4,12 @@
# Various contributors (see AUTHORS.txt)
# http://www.tuxpaint.org/
# June 14, 2002 - September 24, 2018
# June 14, 2002 - December 18, 2018
# The version number, for release:
VER_VERSION:=0.9.23c
VER_VERSION:=0.9.24
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