Index: xotcl/configure.in =================================================================== diff -u -rfce8f28780c2c91fc8320c5a480eb2b6031b3b5b -rcaee4f272cfc744a06a7df61e2f3c73da1b6be64 --- xotcl/configure.in (.../configure.in) (revision fce8f28780c2c91fc8320c5a480eb2b6031b3b5b) +++ xotcl/configure.in (.../configure.in) (revision caee4f272cfc744a06a7df61e2f3c73da1b6be64) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.5.5) +define(XOTclVersion, 1.5.6) 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=5 -XOTCL_RELEASE_LEVEL=.5 +XOTCL_RELEASE_LEVEL=.6 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -491,3 +491,5 @@ + +