about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/gemma.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 33c1f2d..18b8441 100644
--- a/Makefile
+++ b/Makefile
@@ -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;