diff options
author | Peter Carbonetto | 2017-10-10 13:08:07 -0500 |
---|---|---|
committer | Pjotr Prins | 2017-10-13 15:27:24 +0000 |
commit | cbd9df92109c11a20571975f3df19c1926dac24b (patch) | |
tree | d7e640c643c70255e07c77155a33824b21aebe54 /src | |
parent | cdf7a4b514f073ea76c67f5c8ed2b30398d54560 (diff) | |
download | pangemma-cbd9df92109c11a20571975f3df19c1926dac24b.tar.gz |
Bumped up version.
Diffstat (limited to 'src')
-rw-r--r-- | src/gemma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index 8f141a9..61fffc9 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -49,7 +49,7 @@ using namespace std; -GEMMA::GEMMA(void) : version("0.97.2"), date("08/21/2017"), year("2017") {} +GEMMA::GEMMA(void) : version("0.97.3"), date("10/10/2017"), year("2017") {} void gemma_gsl_error_handler (const char * reason, const char * file, |