diff --git a/Makefile b/Makefile index 11cf6529c..91a9b5a60 100644 --- a/Makefile +++ b/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 diff --git a/docs/AUTHORS.txt b/docs/AUTHORS.txt index 0eaf54d83..7379465f1 100644 --- a/docs/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2023 Various contributors (see below, and CHANGES.txt) https://tuxpaint.org/ -June 17, 2002 - April 22, 2023 +June 17, 2002 - May 18, 2023 * Design and Coding: diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index f8bebbe8a..1e8c73471 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2023 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2023.May.16 (0.9.30) +2023.May.18 (0.9.30) * Improvements to Stamp tool: --------------------------- * Avoid playing English descriptive sound for a stamp diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt index ef443a9af..434338993 100644 --- a/docs/en/OPTIONS.txt +++ b/docs/en/OPTIONS.txt @@ -6,7 +6,7 @@ Options Documentation Copyright © 2002-2023 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - May 9, 2023 + May 18, 2023 +---------------------------------------------+ |Table of Contents | diff --git a/docs/en/README.txt b/docs/en/README.txt index c26d09a11..ae54ecffb 100644 --- a/docs/en/README.txt +++ b/docs/en/README.txt @@ -6,7 +6,7 @@ Copyright © 2002-2023 by various contributors; see AUTHORS.txt. https://tuxpaint.org/ - May 16, 2023 + May 18, 2023 +----------------------------------------------------+ |Table of Contents | diff --git a/docs/en/html/OPTIONS.html b/docs/en/html/OPTIONS.html index 414b4bbf1..b8441816d 100644 --- a/docs/en/html/OPTIONS.html +++ b/docs/en/html/OPTIONS.html @@ -102,7 +102,7 @@
- May 9, 2023
+ May 18, 2023 diff --git a/docs/en/html/README.html b/docs/en/html/README.html index f203d29f9..2a18385ef 100644 --- a/docs/en/html/README.html +++ b/docs/en/html/README.html @@ -102,7 +102,7 @@- May 16, 2023
+ May 18, 2023