Skip to content

Commit

Permalink
Bumped up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed May 17, 2017
1 parent 5675bdf commit 4c21290
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gemma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c21290

Please sign in to comment.