Skip to content

7.2.1 versioning #889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0
RELEASE := 7.2.1

#
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.0
C> \mainpage Northwest Computational Chemistry Package (NWChem) 7.2.1
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.0',
$ 'Northwest Computational Chemistry Package (NWChem) 7.2.1',
$ 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.0'
$ ' Version 7.2.1'
call ecce_print_version(compiled(1:inp_strlen(compiled)))
C
If ( Inp_StrLen(BatchID) .gt. 0) then
Expand Down