From 3a3af5d3391a7cbbd7219c7a4d9c6a421bed807c Mon Sep 17 00:00:00 2001 From: Veikko Soininen Date: Sat, 6 Apr 2024 11:04:33 +0300 Subject: [PATCH] Bump version to SP4+ until SP5 has been released --- SDLPORT.PAS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDLPORT.PAS b/SDLPORT.PAS index 7e02bf8..f5ffb08 100644 --- a/SDLPORT.PAS +++ b/SDLPORT.PAS @@ -24,7 +24,7 @@ interface implementation uses sdl2, getopts; - const version: string = 'SP4'; + const version: string = 'SP4+'; xRes = 320; yRes = 200; targetFrames = 70;