From 11993ed7e658244224da80a2791b1211ef618a60 Mon Sep 17 00:00:00 2001 From: Yamagi Date: Sun, 5 Nov 2023 12:13:43 +0100 Subject: [PATCH 1/2] Bump version number to 8.30. --- 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 2a36d111..daf30b48 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.21pre" +#define YQ2VERSION "8.30" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE From d4940703f0175f37301d242d3cc3cd6d96ac1ff8 Mon Sep 17 00:00:00 2001 From: Yamagi Date: Sun, 5 Nov 2023 12:15:35 +0100 Subject: [PATCH 2/2] Bump version number to 8.31pre. --- 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 daf30b48..988c040f 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.30" +#define YQ2VERSION "8.31pre" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE