Remove -rc1, sync docs / get updated doc dates
This commit is contained in:
parent
de3f53545d
commit
94153b75d3
28 changed files with 37 additions and 35 deletions
8
Makefile
8
Makefile
|
|
@ -4,23 +4,25 @@
|
|||
# Various contributors (see AUTHORS.txt)
|
||||
# https://tuxpaint.org/
|
||||
|
||||
# June 14, 2002 - May 14, 2023
|
||||
# June 14, 2002 - May 18, 2023
|
||||
|
||||
|
||||
# The version number, for release:
|
||||
|
||||
VER_VERSION:=0.9.30-rc1
|
||||
VER_VERSION:=0.9.30
|
||||
|
||||
# We are always SDL2 now, so don't need "-sdl2"
|
||||
VER_FLAVOR:=""
|
||||
|
||||
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
|
||||
VER_DATE=$(shell date "+%Y-%m-%d")
|
||||
endif
|
||||
|
||||
MAGIC_API_VERSION:=0x00000008
|
||||
|
||||
# Need to know the OS
|
||||
|
||||
SYSNAME:=$(shell uname -s)
|
||||
ifeq ($(findstring MINGW32, $(SYSNAME)),MINGW32)
|
||||
OS:=windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue