diff options
| author | Peter Carbonetto | 2017-05-09 16:24:18 -0500 |
|---|---|---|
| committer | Peter Carbonetto | 2017-05-09 16:24:18 -0500 |
| commit | 5675bdf0422f63f81752bb1fcf7b436bc30bf9b7 (patch) | |
| tree | 63e2253afa476c812943f6e8863434eb79015e7c | |
| parent | 3ed15d7061fdac57c07da0fba087e9e69ac0ec42 (diff) | |
| download | pangemma-5675bdf0422f63f81752bb1fcf7b436bc30bf9b7.tar.gz | |
Bumped version to 0.95.2a.
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | Makefile.osx | 2 | ||||
| -rw-r--r-- | src/gemma.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile index fa47641..f4bbee6 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ WITH_LAPACK = 1 FORCE_32BIT = FORCE_DYNAMIC = FORCE_FLOAT = -DIST_NAME = gemma-0.95.1alpha +DIST_NAME = gemma-0.95.2alpha # -------------------------------------------------------------------- # Edit below this line with caution diff --git a/Makefile.osx b/Makefile.osx index 15dc29c..1f75a1f 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.1alpha +DIST_NAME = gemma-0.95.2alpha # -------------------------------------------------------------------- # Edit below this line with caution diff --git a/src/gemma.cpp b/src/gemma.cpp index 9e07fc4..257dbe8 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -67,7 +67,7 @@ using namespace std; GEMMA::GEMMA(void): -version("0.95.1alpha"), date("05/09/2017"), year("2017") +version("0.95.2alpha"), date("05/09/2017"), year("2017") {} void GEMMA::PrintHeader (void) |
