Skip to content

Commit

Permalink
Merge pull request #902 from edoapra/hotfix/release-7-2-0
Browse files Browse the repository at this point in the history
7.2.2
  • Loading branch information
nwchemgit authored Nov 4, 2023
2 parents 0d1656a + b9ed763 commit 74936fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config/makefile.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# For development tree
#RELEASE :=
# For current release tree
RELEASE := 7.2.1
RELEASE := 7.2.2

#
ifndef NWCHEM_TOP
Expand Down
6 changes: 3 additions & 3 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.2
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 @@ -461,7 +461,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.2',
$ 40, .true.)
write(LuOut,*)
write(LuOut,*)
Expand Down Expand Up @@ -557,7 +557,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.2'
call ecce_print_version(compiled(1:inp_strlen(compiled)))
C
If ( Inp_StrLen(BatchID) .gt. 0) then
Expand Down

0 comments on commit 74936fb

Please sign in to comment.