Skip to content

Commit 461b51a

Browse files
dyzhengdyzheng
andauthored
Fix: update version-number output to v3.1 (#1792)
Co-authored-by: dyzheng <[email protected]>
1 parent fd20c86 commit 461b51a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/quick_start/hands_on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mpirun -np 2 abacus
7777
The main output information is stored in the file `OUT.MgO/running_scf.log`, which starts with
7878

7979
```
80-
WELCOME TO ABACUS v3.0
80+
WELCOME TO ABACUS v3.1
8181
8282
'Atomic-orbital Based Ab-initio Computation at UStc'
8383

source/input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void Input::Init(const std::string &fn)
6565
time_t time_now = time(NULL);
6666
GlobalV::ofs_running << " "
6767
<< std::endl;
68-
GlobalV::ofs_running << " WELCOME TO ABACUS v3.0 "
68+
GlobalV::ofs_running << " WELCOME TO ABACUS v3.1 "
6969
<< std::endl;
7070
GlobalV::ofs_running << " "
7171
<< std::endl;

source/src_parallel/parallel_global.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ void Parallel_Global::read_mpi_parameters(int argc,char **argv)
193193
{
194194
std::cout << " *********************************************************" << std::endl;
195195
std::cout << " * *" << std::endl;
196-
std::cout << " * WELCOME TO ABACUS v3.0 *" << std::endl;
196+
std::cout << " * WELCOME TO ABACUS v3.1 *" << std::endl;
197197
std::cout << " * *" << std::endl;
198198
std::cout << " * 'Atomic-orbital Based Ab-initio *" << std::endl;
199199
std::cout << " * Computation at UStc' *" << std::endl;

0 commit comments

Comments
 (0)