From 4c212909e3c01724735aae7fd1727224f29fd6ab Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Wed, 17 May 2017 11:07:27 -0500 Subject: [PATCH] Bumped up version. --- Makefile | 2 +- Makefile.osx | 2 +- src/gemma.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f4bbee6..f595f3c 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ WITH_LAPACK = 1 FORCE_32BIT = FORCE_DYNAMIC = FORCE_FLOAT = -DIST_NAME = gemma-0.95.2alpha +DIST_NAME = gemma-0.96 # -------------------------------------------------------------------- # Edit below this line with caution diff --git a/Makefile.osx b/Makefile.osx index 1f75a1f..798f09c 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -18,7 +18,7 @@ WITH_LAPACK = 1 FORCE_32BIT = FORCE_DYNAMIC = 1 FORCE_FLOAT = -DIST_NAME = gemma-0.95.2alpha +DIST_NAME = gemma-0.96 # -------------------------------------------------------------------- # Edit below this line with caution diff --git a/src/gemma.cpp b/src/gemma.cpp index 257dbe8..bc29e9d 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -67,7 +67,7 @@ using namespace std; GEMMA::GEMMA(void): -version("0.95.2alpha"), date("05/09/2017"), year("2017") +version("0.96"), date("05/17/2017"), year("2017") {} void GEMMA::PrintHeader (void)