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