Skip to content

Commit 4c21290

Browse files
committed
Bumped up version.
1 parent 5675bdf commit 4c21290

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WITH_LAPACK = 1
1818
FORCE_32BIT =
1919
FORCE_DYNAMIC =
2020
FORCE_FLOAT =
21-
DIST_NAME = gemma-0.95.2alpha
21+
DIST_NAME = gemma-0.96
2222

2323
# --------------------------------------------------------------------
2424
# Edit below this line with caution

Makefile.osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WITH_LAPACK = 1
1818
FORCE_32BIT =
1919
FORCE_DYNAMIC = 1
2020
FORCE_FLOAT =
21-
DIST_NAME = gemma-0.95.2alpha
21+
DIST_NAME = gemma-0.96
2222

2323
# --------------------------------------------------------------------
2424
# Edit below this line with caution

src/gemma.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ using namespace std;
6767

6868

6969
GEMMA::GEMMA(void):
70-
version("0.95.2alpha"), date("05/09/2017"), year("2017")
70+
version("0.96"), date("05/17/2017"), year("2017")
7171
{}
7272

7373
void GEMMA::PrintHeader (void)

0 commit comments

Comments
 (0)