Index: configure
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- configure	(.../configure)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ configure	(.../configure)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for xotcl 1.6.2.
+# Generated by GNU Autoconf 2.59 for xotcl 1.6.3.
 #
 # Copyright (C) 2003 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation
@@ -267,8 +267,8 @@
 # Identity of this package.
 PACKAGE_NAME='xotcl'
 PACKAGE_TARNAME='xotcl'
-PACKAGE_VERSION='1.6.2'
-PACKAGE_STRING='xotcl 1.6.2'
+PACKAGE_VERSION='1.6.3'
+PACKAGE_STRING='xotcl 1.6.3'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -777,7 +777,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xotcl 1.6.2 to adapt to many kinds of systems.
+\`configure' configures xotcl 1.6.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -834,7 +834,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of xotcl 1.6.2:";;
+     short | recursive ) echo "Configuration of xotcl 1.6.3:";;
    esac
   cat <<\_ACEOF
 
@@ -979,7 +979,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-xotcl configure 1.6.2
+xotcl configure 1.6.3
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -993,7 +993,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xotcl $as_me 1.6.2, which was
+It was created by xotcl $as_me 1.6.3, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -1572,7 +1572,7 @@
 # do not modify the following lines manually, they are generated with changeXOTclVersion
 XOTCL_MAJOR_VERSION=1
 XOTCL_MINOR_VERSION=6
-XOTCL_RELEASE_LEVEL=.2
+XOTCL_RELEASE_LEVEL=.3
 
 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION}
 NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION}
@@ -10804,7 +10804,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by xotcl $as_me 1.6.2, which was
+This file was extended by xotcl $as_me 1.6.3, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -10859,7 +10859,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-xotcl config.status 1.6.2
+xotcl config.status 1.6.3
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
@@ -11491,3 +11491,5 @@
 
 
 
+
+
Index: configure.in
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- configure.in	(.../configure.in)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ configure.in	(.../configure.in)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -11,7 +11,7 @@
 # for this package, and can be a relative path, such as:
 #
 #--------------------------------------------------------------------
-define(XOTclVersion, 1.6.2)
+define(XOTclVersion, 1.6.3)
 AC_INIT([xotcl], [XOTclVersion])
 
 #--------------------------------------------------------------------
@@ -104,7 +104,7 @@
 # do not modify the following lines manually, they are generated with changeXOTclVersion
 XOTCL_MAJOR_VERSION=1
 XOTCL_MINOR_VERSION=6
-XOTCL_RELEASE_LEVEL=.2
+XOTCL_RELEASE_LEVEL=.3
 
 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION}
 NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION}
@@ -503,3 +503,5 @@
 
 
 
+
+
Index: library/lib/changeXOTclVersion.xotcl
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- library/lib/changeXOTclVersion.xotcl	(.../changeXOTclVersion.xotcl)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ library/lib/changeXOTclVersion.xotcl	(.../changeXOTclVersion.xotcl)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -6,7 +6,7 @@
 #
 set XOTCL_MAJOR_VERSION 1
 set XOTCL_MINOR_VERSION 6
-set XOTCL_RELEASE_LEVEL .2
+set XOTCL_RELEASE_LEVEL .3
 
 # example settings: 
 # 1.0
Index: library/store/XOTclGdbm/configure
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- library/store/XOTclGdbm/configure	(.../configure)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ library/store/XOTclGdbm/configure	(.../configure)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -11008,3 +11008,5 @@
 
 
 
+
+
Index: library/store/XOTclGdbm/configure.in
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- library/store/XOTclGdbm/configure.in	(.../configure.in)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ library/store/XOTclGdbm/configure.in	(.../configure.in)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -293,3 +293,5 @@
 
 
 
+
+
Index: library/store/XOTclSdbm/configure
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- library/store/XOTclSdbm/configure	(.../configure)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ library/store/XOTclSdbm/configure	(.../configure)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -10954,3 +10954,5 @@
 
 
 
+
+
Index: library/store/XOTclSdbm/configure.in
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- library/store/XOTclSdbm/configure.in	(.../configure.in)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ library/store/XOTclSdbm/configure.in	(.../configure.in)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -252,3 +252,5 @@
 
 
 
+
+
Index: library/xml/TclExpat-1.1/configure
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- library/xml/TclExpat-1.1/configure	(.../configure)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ library/xml/TclExpat-1.1/configure	(.../configure)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -10994,3 +10994,5 @@
 
 
 
+
+
Index: library/xml/TclExpat-1.1/configure.in
===================================================================
diff -u -r0037211cd9632cbb418f9f8ca40a001a51d1598d -rcab40ed05858401f41efe3b7b334202cc0637818
--- library/xml/TclExpat-1.1/configure.in	(.../configure.in)	(revision 0037211cd9632cbb418f9f8ca40a001a51d1598d)
+++ library/xml/TclExpat-1.1/configure.in	(.../configure.in)	(revision cab40ed05858401f41efe3b7b334202cc0637818)
@@ -257,3 +257,5 @@
 
 
 
+
+