diff --git a/LICENSE.TXT b/LICENSE.TXT
index 0f683c9a48..5d9cf57e15 100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
@@ -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
diff --git a/src/config/makefile.h b/src/config/makefile.h
index f9c82a5c58..e9fda9f92a 100644
--- a/src/config/makefile.h
+++ b/src/config/makefile.h
@@ -19,7 +19,7 @@
# For development tree
RELEASE :=
# For current release tree
-#RELEASE := 6.1.1
+#RELEASE := 6.3
#
diff --git a/src/nwchem.F b/src/nwchem.F
index c0c56cd651..df7d42c573 100644
--- a/src/nwchem.F
+++ b/src/nwchem.F
@@ -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> Computer Physics Communications, 181, 1477–1489, DOI:
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)
C> Pacific Northwest National Laboratory
@@ -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