aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Carbonetto2017-08-21 11:06:07 -0500
committerPeter Carbonetto2017-08-21 11:06:07 -0500
commitd0486907405cfc2af758bd8dae1abb8d223e5ce0 (patch)
treeebe72e839bff773621477d900cd786fb7aad4f0f
parentaea3d24c680778cf1691a8c2a76f3221e7f373d6 (diff)
downloadpangemma-d0486907405cfc2af758bd8dae1abb8d223e5ce0.tar.gz
Bumped up version.
-rw-r--r--Makefile4
-rw-r--r--src/gemma.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 86eaff8..95f7e65 100644
--- a/Makefile
+++ b/Makefile
@@ -10,14 +10,14 @@
# Set this variable to either LNX or MAC
SYS = LNX
# Leave blank after "=" to disable; put "= 1" to enable
-SHOW_COMPILER_WARNINGS =
+SHOW_COMPILER_WARNINGS =
WITH_LAPACK = 1
WITH_OPENBLAS =
NO_INTEL_COMPAT =
FORCE_32BIT =
FORCE_DYNAMIC =
GCC_FLAGS = -O3 # extra flags -Wl,--allow-multiple-definition
-DIST_NAME = gemma-0.97.1
+DIST_NAME = gemma-0.97.2
TRAVIS_CI =
# --------------------------------------------------------------------
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 7749bc9..906b426 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -48,7 +48,7 @@
using namespace std;
-GEMMA::GEMMA(void) : version("0.97.1"), date("08/07/2017"), year("2017") {}
+GEMMA::GEMMA(void) : version("0.97.2"), date("08/21/2017"), year("2017") {}
void gemma_gsl_error_handler (const char * reason,
const char * file,