Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Update version string to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felker committed May 25, 2018
1 parent 77ea410 commit e144ec6
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 @@ -56,7 +56,7 @@
// \brief Athena++ main program

int main(int argc, char *argv[]) {
std::string athena_version = "version 1.0 - October 2016";
std::string athena_version = "version 1.1.0 - May 2018";
char *input_filename=NULL, *restart_filename=NULL;
char *prundir = NULL;
int res_flag=0; // set to 1 if -r argument is on cmdline
Expand Down

0 comments on commit e144ec6

Please sign in to comment.