From b3747413e6c5c8cd447e979157880676da66a342 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Fri, 7 Jul 2017 10:31:12 -0500 Subject: Bumped up version; added Pjotr to README. --- Makefile | 2 +- README.md | 4 ++-- src/gemma.cpp | 2 +- 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
University of Michigan
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) { -- cgit v1.2.3