Skip to content

Commit

Permalink
Bump version to 19.0, switched to using CalVer
Browse files Browse the repository at this point in the history
(CalVer is calendar versioning)
  • Loading branch information
James Stone committed Aug 6, 2019
1 parent 76765b2 commit 4d1e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
// \brief Athena++ main program

int main(int argc, char *argv[]) {
std::string athena_version = "version 1.1.1 - July 2018";
std::string athena_version = "version 19.0 - August 2019";
char *input_filename = nullptr, *restart_filename = nullptr;
char *prundir = nullptr;
int res_flag = 0; // set to 1 if -r argument is on cmdline
Expand Down

0 comments on commit 4d1e549

Please sign in to comment.