From 146450c3e07845d77c2e3d19a505a84ef336aa0a Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sun, 8 Jan 2012 16:44:45 +0000 Subject: [PATCH] Bump version number to 4.02 --- 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 f78cd219..fea9d1fd 100644 --- a/src/common/header/common.h +++ b/src/common/header/common.h @@ -32,7 +32,7 @@ #include "shared.h" #include "crc.h" -#define VERSION 4.01 +#define VERSION 4.02 #define BASEDIRNAME "baseq2" #if defined __linux__