Skip to content

Commit

Permalink
Merge pull request #626 from brucefan1983/3.9.4
Browse files Browse the repository at this point in the history
3.9.4
  • Loading branch information
brucefan1983 authored May 15, 2024
2 parents b40acbf + b520a8e commit 7c2115c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main_gpumd/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void print_welcome_information(void)
printf("***************************************************************\n");
printf("* Welcome to use GPUMD *\n");
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
printf("* Version 3.9.3 *\n");
printf("* Version 3.9.4 *\n");
printf("* This is the gpumd executable *\n");
printf("***************************************************************\n");
printf("\n");
Expand Down
2 changes: 1 addition & 1 deletion src/main_nep/main.cu
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void print_welcome_information(void)
printf("***************************************************************\n");
printf("* Welcome to use GPUMD *\n");
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
printf("* Version 3.9.3 *\n");
printf("* Version 3.9.4 *\n");
printf("* This is the nep executable *\n");
printf("***************************************************************\n");
printf("\n");
Expand Down

0 comments on commit 7c2115c

Please sign in to comment.