From 09d7c41a6e2048569d6c1cfb33b2f63734c86ea3 Mon Sep 17 00:00:00 2001 From: Yamagi Date: Fri, 9 Dec 2022 12:37:27 +0100 Subject: [PATCH] Bump the version number to 8.20. --- 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 1c1513a7..e9c012f3 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.11pre" +#define YQ2VERSION "8.20" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE