diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | src/gemma.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ WITH_OPENBLAS = NO_INTEL_COMPAT = FORCE_32BIT = FORCE_DYNAMIC = -DIST_NAME = gemma-0.97 +DIST_NAME = gemma-0.97.1 # -------------------------------------------------------------------- # Edit below this line with caution diff --git a/src/gemma.cpp b/src/gemma.cpp index 0fb8c54..a678b8c 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -47,7 +47,7 @@ using namespace std; -GEMMA::GEMMA(void) : version("0.97"), date("07/27/2017"), year("2017") {} +GEMMA::GEMMA(void) : version("0.97.1"), date("08/07/2017"), year("2017") {} void GEMMA::PrintHeader(void) { cout << endl; |