Skip to content

Commit

Permalink
Merge pull request #1000 from edoapra/compilers-august-2024
Browse files Browse the repository at this point in the history
release 7.2.3
  • Loading branch information
nwchemgit authored Aug 21, 2024
2 parents b6ebbf9 + f4acc19 commit a7083fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/config/makefile.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# For development tree
#RELEASE :=
# For current release tree
RELEASE := 7.2.1
RELEASE := 7.2.3

#
ifndef NWCHEM_TOP
Expand Down
8 changes: 4 additions & 4 deletions src/nwchem.F
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ program nwchem
c $Id$
c
c ======================================================================================================
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.2.1
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.2.3
C>
C> NWChem is an open-source computational chemistry package distributed under the terms of
C> the Educational Community License (ECL) 2.0
Expand Down Expand Up @@ -61,7 +61,7 @@ program nwchem
C>
C> provides details on the codes capabilities.
C>
C> Copyright (c) 1994-2022 Pacific Northwest National Laboratory, Battelle Memorial Institute
C> Copyright (c) 1994-2024 Pacific Northwest National Laboratory, Battelle Memorial Institute
C>
C> Environmental Molecular Sciences Laboratory (EMSL)<br>
C> Pacific Northwest National Laboratory<br>
Expand Down Expand Up @@ -470,7 +470,7 @@ subroutine nwchem_banner(input_filename, rtdb_name, ostartup,
write(LuOut,*)
write(LuOut,*)
call util_print_centered(LuOut,
$ 'Northwest Computational Chemistry Package (NWChem) 7.2.1',
$ 'Northwest Computational Chemistry Package (NWChem) 7.2.3',
$ 40, .true.)
write(LuOut,*)
write(LuOut,*)
Expand Down Expand Up @@ -566,7 +566,7 @@ subroutine nwchem_banner(input_filename, rtdb_name, ostartup,
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.3'
call ecce_print_version(compiled(1:inp_strlen(compiled)))
C
If ( Inp_StrLen(BatchID) .gt. 0) then
Expand Down

0 comments on commit a7083fc

Please sign in to comment.