From b39da052c68c8bf567b6e88b7e6e8ef0620b14c7 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Thu, 27 Jul 2017 11:57:05 -0500 Subject: Updated version to 0.97. --- Makefile.linux | 2 +- Makefile.macosx | 2 +- src/gemma.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.linux b/Makefile.linux index b51bbfe..55cbefb 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -16,7 +16,7 @@ SYS = LNX WITH_LAPACK = 1 FORCE_32BIT = FORCE_DYNAMIC = -DIST_NAME = gemma-0.96alpha +DIST_NAME = gemma-0.97 # -------------------------------------------------------------------- # Edit below this line with caution diff --git a/Makefile.macosx b/Makefile.macosx index 00467d6..7e93a85 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -16,7 +16,7 @@ SYS = MAC WITH_LAPACK = 1 FORCE_32BIT = FORCE_DYNAMIC = 1 -DIST_NAME = gemma-0.96 +DIST_NAME = gemma-0.97 # -------------------------------------------------------------------- # Edit below this line with caution diff --git a/src/gemma.cpp b/src/gemma.cpp index f4902fe..1a9ca9b 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -48,7 +48,7 @@ using namespace std; GEMMA::GEMMA(void): -version("0.97"), date("07/07/2017"), year("2017") +version("0.97"), date("07/27/2017"), year("2017") {} void GEMMA::PrintHeader (void) { -- cgit v1.2.3