From c3b9cf0377d1790b35f2157df05001b6f9d84a88 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 17 Oct 2023 08:53:27 -0700 Subject: [PATCH] 7.2.1 --- src/config/makefile.h | 2 +- src/nwchem.F | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/makefile.h b/src/config/makefile.h index b0d86b9e85..aac506c1c5 100644 --- a/src/config/makefile.h +++ b/src/config/makefile.h @@ -19,7 +19,7 @@ # For development tree #RELEASE := # For current release tree -RELEASE := 7.2.0 +RELEASE := 7.2.1 # ifndef NWCHEM_TOP diff --git a/src/nwchem.F b/src/nwchem.F index ecc02e1f9b..3874454179 100644 --- a/src/nwchem.F +++ b/src/nwchem.F @@ -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 @@ -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,*) @@ -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