From 5eba52008bb716a998a02e50c673ad24d10ed31f Mon Sep 17 00:00:00 2001 From: Yamagi Date: Sun, 31 Oct 2021 17:24:13 +0100 Subject: [PATCH] Belatedly bump the version number to 8.01pre. --- 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 6cd5692b..2fa7d6e3 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.00" +#define YQ2VERSION "8.01pre" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE