From b1e04413dfec9298325f0287347d8ff8de4ecf4f Mon Sep 17 00:00:00 2001 From: Bill Bolosky Date: Wed, 6 May 2015 15:39:48 -0700 Subject: [PATCH] 1.0beta.18: Major release, integrating 5 months of dev branch. Daemon mode, better multiple output supoprt, perf/bug fixes, call fewer indels, etc. --- SNAPLib/CommandProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SNAPLib/CommandProcessor.cpp b/SNAPLib/CommandProcessor.cpp index 0ae7272e..c0ed872f 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.77"; +const char *SNAP_VERSION = "1.0beta.18"; static void usage() {