Skip to content

Commit 4d1e549

Browse files
author
James Stone
committed
Bump version to 19.0, switched to using CalVer
(CalVer is calendar versioning)
1 parent 76765b2 commit 4d1e549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
// \brief Athena++ main program
5959

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

0 commit comments

Comments
 (0)