diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/gemma.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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) { |