From bf16cbc542ac363360ac72f1f54cb2afe543a2d2 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Mon, 11 Mar 2024 16:38:30 +0100 Subject: [PATCH] Move version to "Production 01" --- v10/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v10/version.h b/v10/version.h index 07f4504..e48848c 100644 --- a/v10/version.h +++ b/v10/version.h @@ -1,3 +1,3 @@ -#define MODULE_VERSION_STR "v0.10.2" -#define SOFT_VERSION_STR "T" -#define COMPILE_VERSION "76" +#define MODULE_VERSION_STR "v1.0" +#define SOFT_VERSION_STR "P" +#define COMPILE_VERSION "01" -- 2.43.0