diff --git a/src/config/makefile.h b/src/config/makefile.h index e326eac0b3..fd4008e6e4 100644 --- a/src/config/makefile.h +++ b/src/config/makefile.h @@ -19,7 +19,7 @@ # For development tree #RELEASE := # For current release tree -RELEASE := 7.2.1 +RELEASE := 7.2.2 # ifndef NWCHEM_TOP diff --git a/src/nwchem.F b/src/nwchem.F index 3874454179..f18f3fb8ee 100644 --- a/src/nwchem.F +++ b/src/nwchem.F @@ -30,7 +30,7 @@ c c $Id$ c c ====================================================================================================== -C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.2.1 +C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.2.2 C> C> NWChem is an open-source computational chemistry package distributed under the terms of C> the Educational Community License (ECL) 2.0 @@ -461,7 +461,7 @@ c write(LuOut,*) write(LuOut,*) call util_print_centered(LuOut, - $ 'Northwest Computational Chemistry Package (NWChem) 7.2.1', + $ 'Northwest Computational Chemistry Package (NWChem) 7.2.2', $ 40, .true.) write(LuOut,*) write(LuOut,*) @@ -557,7 +557,7 @@ C C Print version information to ecce.out file C compiled(inp_strlen(compiled)+1:inp_strlen(compiled)+25) = - $ ' Version 7.2.1' + $ ' Version 7.2.2' call ecce_print_version(compiled(1:inp_strlen(compiled))) C If ( Inp_StrLen(BatchID) .gt. 0) then