Skip to content

Commit

Permalink
Merge pull request brucefan1983#708 from brucefan1983/master_version
Browse files Browse the repository at this point in the history
indicate master version
  • Loading branch information
brucefan1983 authored Aug 18, 2024
2 parents 3f19ea6 + 663ec48 commit 5845ea5
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.5 *\n");
printf("* Master version after 3.9.5 *\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.5 *\n");
printf("* Master version after 3.9.5 *\n");
printf("* This is the nep executable *\n");
printf("***************************************************************\n");
printf("\n");
Expand Down

0 comments on commit 5845ea5

Please sign in to comment.