From b384ffd1260e4fd6ebcc082d8766c60acb2272f9 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 6 Jul 2024 11:58:02 -0700 Subject: [PATCH] About to tag and release 0.9.33-rc1 ...beta / release candidate of 0.9.33, for port maintainers to build & try out! --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b50aa8369..116afb982 100644 --- a/Makefile +++ b/Makefile @@ -4,12 +4,14 @@ # Various contributors (see AUTHORS.txt) # https://tuxpaint.org/ -# June 14, 2002 - June 15, 2024 +# June 14, 2002 - July 6, 2024 # The version number, for release: +# (append "-rc#", e.g. "-rc1", when making release candidates +# for beta testing) -VER_VERSION:=0.9.33 +VER_VERSION:=0.9.33-rc1 # We are always SDL2 now, so don't need "-sdl2" VER_FLAVOR:=""