Index: configure.in =================================================================== diff -u -r187492dd9e893c1afcb30ca671e94bb4ea25fef1 -r52b0abb34a3c71511ef678200f151d09e2b1273c --- configure.in (.../configure.in) (revision 187492dd9e893c1afcb30ca671e94bb4ea25fef1) +++ configure.in (.../configure.in) (revision 52b0abb34a3c71511ef678200f151d09e2b1273c) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.6.5) +define(XOTclVersion, 1.6.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=6 -XOTCL_RELEASE_LEVEL=.5 +XOTCL_RELEASE_LEVEL=.6 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -509,3 +509,5 @@ + +