diff options
author | Peter Carbonetto | 2017-07-07 10:31:12 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-07-07 10:31:12 -0500 |
commit | b3747413e6c5c8cd447e979157880676da66a342 (patch) | |
tree | dd3fb217c9912f7405c88a59d377393ea62273d1 | |
parent | 6ea32fec4e8ad39686c430c9e9a1510d3f0e6ae4 (diff) | |
download | pangemma-b3747413e6c5c8cd447e979157880676da66a342.tar.gz |
Bumped up version; added Pjotr to README.
-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) { |