From c53a4cb6f18580233c559ab6734f1f8f5960bbe8 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 16 Oct 2024 21:31:07 -0700 Subject: [PATCH] Setting version to 0.9.34-rc1 for release candidate! --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc88ffd26..671282fd0 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,14 @@ # Various contributors (see AUTHORS.txt) # https://tuxpaint.org/ -# June 14, 2002 - October 10, 2024 +# June 14, 2002 - October 16, 2024 # The version number, for release: # (append "-rc#", e.g. "-rc1", when making release candidates # for beta testing) -VER_VERSION:=0.9.34 +VER_VERSION:=0.9.34-rc1 # We are always SDL2 now, so don't need "-sdl2" VER_FLAVOR:=""