about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gemma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 2af8f8e..24173c3 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,