From 5ec0cdf3135b425c8adecf9fedb4acd70e9e2886 Mon Sep 17 00:00:00 2001 From: Andrew Pontzen Date: Fri, 4 Mar 2022 10:38:14 +0000 Subject: [PATCH] Version number -> 1.3.5 --- genetIC/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genetIC/src/main.cpp b/genetIC/src/main.cpp index fb7b8e82..def6c274 100644 --- a/genetIC/src/main.cpp +++ b/genetIC/src/main.cpp @@ -171,7 +171,7 @@ void setup_parser(tools::ClassDispatch &dispatch) { } void header(ostream &outf, std::string prefix="") { - outf << prefix << "genetIC v1.3.4, compiled: " << __DATE__ << ", " << __TIME__ << endl; + outf << prefix << "genetIC v1.3.5, compiled: " << __DATE__ << ", " << __TIME__ << endl; time_t now = time(0); struct tm tstruct; char buf[80];