From f9c7d5718027d9eb26ed81bf60d62480cda58c7b Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Mon, 25 Sep 2017 19:39:46 +0200 Subject: [PATCH] Bump version number to 7.03pre. --- 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 2f8afe2e..f457b6e5 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.02" +#define YQ2VERSION "7.03pre" #define BASEDIRNAME "baseq2" #ifndef YQ2OSTYPE