diff options
Diffstat (limited to 'src/gemma.cpp')
-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 0fb8c54..a678b8c 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -47,7 +47,7 @@ using namespace std; -GEMMA::GEMMA(void) : version("0.97"), date("07/27/2017"), year("2017") {} +GEMMA::GEMMA(void) : version("0.97.1"), date("08/07/2017"), year("2017") {} void GEMMA::PrintHeader(void) { cout << endl; |