From 141bf6e7ddf0ee0895783db1de90d96e6a483ab0 Mon Sep 17 00:00:00 2001 From: Yamagi Date: Thu, 8 Aug 2024 18:55:54 +0200 Subject: [PATCH] Bump version number to 8.41. --- 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 996b07ed..4e129f60 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.41pre" +#define YQ2VERSION "8.41" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE