aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Carbonetto2017-05-09 12:51:05 -0500
committerPeter Carbonetto2017-05-09 12:51:05 -0500
commit76182e22d2bd892cb267597c4f995402cf0b7a20 (patch)
tree9e6f66ba1a6449f1b5d2722cd87d3966d9be0385
parentf808355cd7abbadd2fbcc5ff471ba89a12205159 (diff)
downloadpangemma-76182e22d2bd892cb267597c4f995402cf0b7a20.tar.gz
Bumped version to 0.95.1.
-rw-r--r--Makefile2
-rw-r--r--Makefile.osx2
-rw-r--r--src/gemma.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1b5596a..f28b0f5 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ WITH_LAPACK = 1
FORCE_32BIT =
FORCE_DYNAMIC =
FORCE_FLOAT =
-DIST_NAME = gemma-0.95alpha
+DIST_NAME = gemma-0.95.1alpha
# --------------------------------------------------------------------
# Edit below this line with caution
diff --git a/Makefile.osx b/Makefile.osx
index 8fcab7b..63a5ba2 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.95alpha
+DIST_NAME = gemma-0.95.1alpha
# --------------------------------------------------------------------
# Edit below this line with caution
diff --git a/src/gemma.cpp b/src/gemma.cpp
index ca9c4aa..9e07fc4 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -67,7 +67,7 @@ using namespace std;
GEMMA::GEMMA(void):
-version("0.95alpha"), date("07/24/2016"), year("2011")
+version("0.95.1alpha"), date("05/09/2017"), year("2017")
{}
void GEMMA::PrintHeader (void)