Skip to content

Commit e0c6dd9

Browse files
authored
Fix: update version number for v3.2.x (#2143)
1 parent 9920ccd commit e0c6dd9

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.1
80+
WELCOME TO ABACUS v3.2
8181
8282
'Atomic-orbital Based Ab-initio Computation at UStc'
8383

source/module_base/parallel_global.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ void Parallel_Global::read_mpi_parameters(int argc,char **argv)
206206
{
207207
std::cout
208208
<< " " << std::endl
209-
<< " ABACUS v3.1 " << std::endl
209+
<< " ABACUS v3.2 " << std::endl
210210
<< std::endl
211211
<< " Atomic-orbital Based Ab-initio Computation at UStc " << std::endl
212212
<< std::endl

source/module_io/input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void Input::Init(const std::string &fn)
6767
time_t time_now = time(NULL);
6868
GlobalV::ofs_running << " "
6969
<< std::endl;
70-
GlobalV::ofs_running << " ABACUS v3.1 "
70+
GlobalV::ofs_running << " ABACUS v3.2 "
7171
<< std::endl << std::endl;
7272
GlobalV::ofs_running << " Atomic-orbital Based Ab-initio Computation at UStc "
7373
<< std::endl << std::endl;

0 commit comments

Comments
 (0)