Skip to content

Commit 127cc6c

Browse files
committed
to release v3.9.1
1 parent 761ac20 commit 127cc6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main_gpumd/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void print_welcome_information(void)
5959
printf("***************************************************************\n");
6060
printf("* Welcome to use GPUMD *\n");
6161
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
62-
printf("* Version 3.9 *\n");
62+
printf("* Version 3.9.1 *\n");
6363
printf("* This is the gpumd executable *\n");
6464
printf("***************************************************************\n");
6565
printf("\n");

src/main_nep/main.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void print_welcome_information(void)
7070
printf("***************************************************************\n");
7171
printf("* Welcome to use GPUMD *\n");
7272
printf("* (Graphics Processing Units Molecular Dynamics) *\n");
73-
printf("* Version 3.9 *\n");
73+
printf("* Version 3.9.1 *\n");
7474
printf("* This is the nep executable *\n");
7575
printf("***************************************************************\n");
7676
printf("\n");

0 commit comments

Comments
 (0)