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];