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