From 88f43bef9598254dc54759c70e13c65ef8b96021 Mon Sep 17 00:00:00 2001 From: Josh Davies Date: Wed, 24 Jun 2026 17:39:48 +0200 Subject: [PATCH] release: prepare for 5.0.1 --- sources/form3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/form3.h b/sources/form3.h index 630309a9..474a2f39 100644 --- a/sources/form3.h +++ b/sources/form3.h @@ -46,12 +46,12 @@ #define MAJORVERSION 5 #define MINORVERSION 0 -#define PATCHVERSION 0 +#define PATCHVERSION 1 #ifdef __DATE__ #define PRODUCTIONDATE __DATE__ #else -#define PRODUCTIONDATE "27-jan-2026" +#define PRODUCTIONDATE "24-jun-2026" #endif #undef BETAVERSION