From eb52a1351ae636fbb28bd283fb1d352dc32143df Mon Sep 17 00:00:00 2001 From: Nuno Fonseca Date: Mon, 22 Jan 2018 14:20:35 +0000 Subject: [PATCH] New version 0.14.4 Former-commit-id: 084e8128e2dfac3c052c443d9eaef298026e82d7 --- Makefile | 2 +- src/fastq.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6eda58d..673eaa8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.14.3 +VERSION=0.14.4 # Requires zlib and samtools 0.1.9 all: make -C src diff --git a/src/fastq.h b/src/fastq.h index 0d58f64..ac52520 100644 --- a/src/fastq.h +++ b/src/fastq.h @@ -20,7 +20,7 @@ # # ========================================================= */ -#define VERSION "0.14.3" +#define VERSION "0.14.4" #define DEFAULT 0 #define CASAVA18 1