From 4b3545697ede842532dcace806859443db1b374b Mon Sep 17 00:00:00 2001 From: Yamagi Date: Sat, 27 Jul 2024 09:41:02 +0200 Subject: [PATCH] Bump version number to 8.41pre. --- src/common/header/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/header/common.h b/src/common/header/common.h index a7ae3e50..996b07ed 100644 --- a/src/common/header/common.h +++ b/src/common/header/common.h @@ -32,7 +32,7 @@ #include "shared.h" #include "crc.h" -#define YQ2VERSION "8.40" +#define YQ2VERSION "8.41pre" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE