Skip to content

Commit b7081be

Browse files
committed
Updating version number
1 parent 3bf5ca5 commit b7081be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/SU2_CFD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ int main(int argc, char *argv[]) {
4848

4949
/*--- Command line parsing ---*/
5050

51-
CLI::App app{"SU2 v7.0.0 \"Blackbird\", The Open-Source CFD Code"};
51+
CLI::App app{"SU2 v7.0.1 \"Blackbird\", The Open-Source CFD Code"};
5252
app.add_flag("-d,--dryrun", dry_run, "Enable dry run mode.\n"
5353
"Only execute preprocessing steps using a dummy geometry.");
5454
app.add_option("-t,--threads", num_threads, "Number of OpenMP threads per MPI rank.");

0 commit comments

Comments
 (0)