From 32fc209084e0083f2755bc719b37934d50f85934 Mon Sep 17 00:00:00 2001 From: Yamagi Date: Sat, 22 Jan 2022 09:51:28 +0100 Subject: [PATCH] Bump version number to 8.01. --- 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 2fa7d6e3..7eaaafe9 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.01pre" +#define YQ2VERSION "8.01" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE