Index: xotcl/configure.in =================================================================== diff -u -r489071934af0126a0f768b0ced07dea3b2328a23 -r0896d4deb00780e48b5b03269bf9c4ecca948919 --- xotcl/configure.in (.../configure.in) (revision 489071934af0126a0f768b0ced07dea3b2328a23) +++ xotcl/configure.in (.../configure.in) (revision 0896d4deb00780e48b5b03269bf9c4ecca948919) @@ -11,7 +11,7 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.3.4) +define(XOTclVersion, 1.3.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=3 -XOTCL_RELEASE_LEVEL=.4 +XOTCL_RELEASE_LEVEL=.5 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -452,3 +452,5 @@ + +