From 2b7e20ce9c3d5fd9251bb5e3e4a615cd7bbc854c Mon Sep 17 00:00:00 2001 From: Nuno Fonseca Date: Tue, 19 Sep 2017 17:39:26 +0100 Subject: [PATCH] New version 0.12.8 Former-commit-id: 374ca50d94fa0306d2a00c5d5c091313cf103d02 --- Makefile | 2 +- src/fastq.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bf16aa3..f101e4e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.12.7 +VERSION=0.12.8 # Requires zlib and samtools 0.1.9 all: make -C src diff --git a/src/fastq.h b/src/fastq.h index cc2b05d..875c92c 100644 --- a/src/fastq.h +++ b/src/fastq.h @@ -20,7 +20,7 @@ # # ========================================================= */ -#define VERSION "0.12.7" +#define VERSION "0.12.8" #define DEFAULT 0 #define CASAVA18 1