Set version to 0.9.29-rc1 for 1st release candidate
This commit is contained in:
parent
de5a2a5aae
commit
7dee091fb4
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -4,12 +4,12 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# https://tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - January 25, 2023
|
||||
# June 14, 2002 - March 16, 2023
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
||||
VER_VERSION:=0.9.29
|
||||
VER_VERSION:=0.9.29-rc1
|
||||
VER_FLAVOR:="-sdl2"
|
||||
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue