Skip to content

Commit

Permalink
Version number -> 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen committed Mar 4, 2022
1 parent fe7c160 commit 5ec0cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genetIC/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ void setup_parser(tools::ClassDispatch<ICf, void> &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];
Expand Down

0 comments on commit 5ec0cdf

Please sign in to comment.