7.3.1 release [ci skip]

This commit is contained in:
edoapra 2025-11-06 00:18:11 -08:00
parent 3b8118d253
commit bc932e1584
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@
# For development tree
#RELEASE :=
# For current release tree
RELEASE := 7.3.0
RELEASE := 7.3.1
#
ifndef NWCHEM_TOP

View file

@ -30,7 +30,7 @@ c
c $Id$
c
c ======================================================================================================
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.3.0
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.3.1
C>
C> NWChem is an open-source computational chemistry package distributed under the terms of
C> the Educational Community License (ECL) 2.0
@ -472,7 +472,7 @@ c
write(LuOut,*)
write(LuOut,*)
call util_print_centered(LuOut,
$ 'Northwest Computational Chemistry Package (NWChem) 7.3.0',
$ 'Northwest Computational Chemistry Package (NWChem) 7.3.1',
$ 40, .true.)
write(LuOut,*)
write(LuOut,*)
@ -568,7 +568,7 @@ C
C Print version information to ecce.out file
C
compiled(inp_strlen(compiled)+1:inp_strlen(compiled)+25) =
$ ' Version 7.3.0'
$ ' Version 7.3.1'
call ecce_print_version(compiled(1:inp_strlen(compiled)))
C
If ( Inp_StrLen(BatchID) .gt. 0) then