From cf17d1f45deed0ee7eec06b5c3263d9b82604267 Mon Sep 17 00:00:00 2001 From: Nuno Fonseca Date: Thu, 25 Jan 2018 14:39:33 +0000 Subject: [PATCH] New version 0.14.5 Former-commit-id: 84cb6c16761ff9ab19c610d2d77582fbe7c4690d --- Makefile | 2 +- src/fastq.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 673eaa8..b28c63a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.14.4 +VERSION=0.14.5 # Requires zlib and samtools 0.1.9 all: make -C src diff --git a/src/fastq.h b/src/fastq.h index ac52520..a5ac5a9 100644 --- a/src/fastq.h +++ b/src/fastq.h @@ -20,7 +20,7 @@ # # ========================================================= */ -#define VERSION "0.14.4" +#define VERSION "0.14.5" #define DEFAULT 0 #define CASAVA18 1