Skip to content

Commit

Permalink
702 release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Oct 13, 2020
1 parent 43a01e6 commit b9985df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Northwest Computational Chemistry Package (NWChem) 7.0.0
Northwest Computational Chemistry Package (NWChem) 7.0.2

Environmental Molecular Sciences Laboratory (EMSL)
Pacific Northwest National Laboratory
Expand Down
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.0.1
RELEASE := 7.0.2

#

Expand Down
6 changes: 3 additions & 3 deletions src/nwchem.F
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ program nwchem
c $Id$
c
c ======================================================================================================
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.0.1
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.0.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 @@ -450,7 +450,7 @@ subroutine nwchem_banner(input_filename, rtdb_name, ostartup,
write(LuOut,*)
write(LuOut,*)
call util_print_centered(LuOut,
$ 'Northwest Computational Chemistry Package (NWChem) 7.0.1',
$ 'Northwest Computational Chemistry Package (NWChem) 7.0.2',
$ 40, .true.)
write(LuOut,*)
write(LuOut,*)
Expand Down Expand Up @@ -546,7 +546,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.0.1'
$ ' Version 7.0.2'
call ecce_print_version(compiled(1:inp_strlen(compiled)))
C
If ( Inp_StrLen(BatchID) .gt. 0) then
Expand Down

0 comments on commit b9985df

Please sign in to comment.