aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.md4
-rw-r--r--src/gemma.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e546fce..0f25d88 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ WITH_LAPACK = 1
NO_INTEL_COMPAT =
FORCE_32BIT =
FORCE_DYNAMIC =
-DIST_NAME = gemma-0.96
+DIST_NAME = gemma-0.97
# --------------------------------------------------------------------
# Edit below this line with caution
diff --git a/README.md b/README.md
index 19f66a5..bb6cf1e 100644
--- a/README.md
+++ b/README.md
@@ -188,7 +188,7 @@ Dept. of Biostatistics<br>
University of Michigan<br>
2012-2017
-Peter Carbonetto, Tim Flutre, Matthew Stephens and others have also
-contributed to the development of this software.
+Peter Carbonetto, Tim Flutre, Matthew Stephens, Pjotr Prins and others
+have also contributed to the development of this software.
[latest_release]: https://github.com/xiangzhou/GEMMA/releases/tag/v0.96 "Most recent stable release"
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 11b33c1..18179f3 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -48,7 +48,7 @@
using namespace std;
GEMMA::GEMMA(void):
-version("0.96"), date("05/17/2017"), year("2017")
+version("0.97"), date("07/07/2017"), year("2017")
{}
void GEMMA::PrintHeader (void) {