From e95088fc8705479f2538bcd7216c5457272a14d4 Mon Sep 17 00:00:00 2001 From: Bill Bolosky Date: Wed, 6 May 2015 10:43:31 -0700 Subject: [PATCH] 1.0dev.77: take pull request for OSX build & allow lower case n in FASTQ reads --- SNAPLib/CommandProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SNAPLib/CommandProcessor.cpp b/SNAPLib/CommandProcessor.cpp index 958a0ec5..0ae7272e 100644 --- a/SNAPLib/CommandProcessor.cpp +++ b/SNAPLib/CommandProcessor.cpp @@ -35,7 +35,7 @@ Pulled from the main program and expanded to handle daemon mode #include "Error.h" #include "Compat.h" -const char *SNAP_VERSION = "1.0dev.76"; +const char *SNAP_VERSION = "1.0dev.77"; static void usage() {