From bb8be981d5206c45dc001ebb2349ec8d999cf9c2 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sat, 25 Jun 2016 10:22:18 +0200 Subject: [PATCH] Bump version number to 5.34 --- 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 76d5146b..9199fe06 100644 --- a/src/common/header/common.h +++ b/src/common/header/common.h @@ -33,7 +33,7 @@ #include "crc.h" /* Should have 4 characters. */ -#define YQ2VERSION "5.34pre" +#define YQ2VERSION "5.34" #define BASEDIRNAME "baseq2" #ifndef OSTYPE