Merge pull request #902 from edoapra/hotfix/release-7-2-0

7.2.2
This commit is contained in:
NWChem: Open Source High-Performance Computational Chemistry 2023-11-03 18:23:27 -07:00 committed by GitHub
commit 74936fb92a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
# For development tree
#RELEASE :=
# For current release tree
RELEASE := 7.2.1
RELEASE := 7.2.2
#
ifndef NWCHEM_TOP

View file

@ -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