Skip to content

Commit 63807c6

Browse files
authored
Merge pull request #889 from edoapra/hotfix/release-7-2-0
7.2.1 versioning
2 parents b932cd0 + c3b9cf0 commit 63807c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/config/makefile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# For development tree
2020
#RELEASE :=
2121
# For current release tree
22-
RELEASE := 7.2.0
22+
RELEASE := 7.2.1
2323

2424
#
2525
ifndef NWCHEM_TOP

src/nwchem.F

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ program nwchem
3030
c $Id$
3131
c
3232
c ======================================================================================================
33-
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.2.0
33+
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.2.1
3434
C>
3535
C> NWChem is an open-source computational chemistry package distributed under the terms of
3636
C> the Educational Community License (ECL) 2.0
@@ -461,7 +461,7 @@ subroutine nwchem_banner(input_filename, rtdb_name, ostartup,
461461
write(LuOut,*)
462462
write(LuOut,*)
463463
call util_print_centered(LuOut,
464-
$ 'Northwest Computational Chemistry Package (NWChem) 7.2.0',
464+
$ 'Northwest Computational Chemistry Package (NWChem) 7.2.1',
465465
$ 40, .true.)
466466
write(LuOut,*)
467467
write(LuOut,*)
@@ -557,7 +557,7 @@ subroutine nwchem_banner(input_filename, rtdb_name, ostartup,
557557
C Print version information to ecce.out file
558558
C
559559
compiled(inp_strlen(compiled)+1:inp_strlen(compiled)+25) =
560-
$ ' Version 7.2.0'
560+
$ ' Version 7.2.1'
561561
call ecce_print_version(compiled(1:inp_strlen(compiled)))
562562
C
563563
If ( Inp_StrLen(BatchID) .gt. 0) then

0 commit comments

Comments
 (0)