HvD: Updated version numbers.

This commit is contained in:
Huub Van Dam 2013-05-20 21:16:49 +00:00
parent 1eebdb9fee
commit 5467f970bc
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
Northwest Computational Chemistry Package (NWChem) 6.1
Northwest Computational Chemistry Package (NWChem) 6.3
Environmental Molecular Sciences Laboratory (EMSL)
Pacific Northwest National Laboratory

View file

@ -19,7 +19,7 @@
# For development tree
RELEASE :=
# For current release tree
#RELEASE := 6.1.1
#RELEASE := 6.3
#

View file

@ -28,7 +28,7 @@ c
c $Id$
c
c ======================================================================================================
C> \mainpage Northwest Computational Chemistry Package (NWChem) 6.1.1
C> \mainpage Northwest Computational Chemistry Package (NWChem) 6.3
C>
C> NWChem is an open-source computational chemistry package distributed under the terms of
C> the Educational Community License (ECL) 2.0
@ -59,7 +59,7 @@ C> <I>Computer Physics Communications</I>, <b>181</b>, 14771489, DOI: <a hr
C>
C> provides details on the codes capabilities.
C>
C> Copyright (c) 1994-2012 Pacific Northwest National Laboratory, Batelle Memorial Institute
C> Copyright (c) 1994-2013 Pacific Northwest National Laboratory, Batelle Memorial Institute
C>
C> Environmental Molecular Sciences Laboratory (EMSL)<br>
C> Pacific Northwest National Laboratory<br>
@ -391,7 +391,7 @@ c
write(LuOut,*)
write(LuOut,*)
call util_print_centered(LuOut,
$ 'Northwest Computational Chemistry Package (NWChem) 6.1.1',
$ 'Northwest Computational Chemistry Package (NWChem) 6.3',
$ 40, .true.)
write(LuOut,*)
write(LuOut,*)
@ -404,7 +404,7 @@ c
call util_print_centered(LuOut,'Richland, WA 99352',
$ 40, .false.)
write(LuOut,*)
call util_print_centered(LuOut,'Copyright (c) 1994-2012',
call util_print_centered(LuOut,'Copyright (c) 1994-2013',
$ 40, .false.)
call util_print_centered(LuOut,
$ 'Pacific Northwest National Laboratory',
@ -486,7 +486,7 @@ C
C Print version information to ecce.out file
C
compiled(inp_strlen(compiled)+1:inp_strlen(compiled)+25) =
$ ' Version 6.1.1'
$ ' Version 6.3'
call ecce_print_version(compiled(1:inp_strlen(compiled)))
C
If ( Inp_StrLen(BatchID) .gt. 0) then