aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Carbonetto2017-08-07 13:25:21 -0500
committerPeter Carbonetto2017-08-07 13:25:21 -0500
commit4bf18744856c8807eef074ade90887366899cce8 (patch)
tree34d9ed454cec6962ee79b8326f861fa8165b3cea
parentecc5c0b5b11cbc2501b60d6d4e9a9b3e8f270d02 (diff)
downloadpangemma-4bf18744856c8807eef074ade90887366899cce8.tar.gz
Bumped up development version.
-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;