From a6b85eaac881bbb0876d0306dfef0a83eca859da Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Wed, 5 Sep 2018 17:17:28 +0200 Subject: [PATCH] Bump version number to 7.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 92558daa..26bea573 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 "7.30pre" +#define YQ2VERSION "7.30" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE