Index: xotcl/configure.in =================================================================== diff -u -r0896d4deb00780e48b5b03269bf9c4ecca948919 -rad8a63234e44a8788efede276e811051ab891fbe --- xotcl/configure.in (.../configure.in) (revision 0896d4deb00780e48b5b03269bf9c4ecca948919) +++ xotcl/configure.in (.../configure.in) (revision ad8a63234e44a8788efede276e811051ab891fbe) @@ -11,15 +11,15 @@ # for this package, and can be a relative path, such as: # #-------------------------------------------------------------------- -define(XOTclVersion, 1.3.5) +define(XOTclVersion, 1.3.7) AC_INIT([xotcl], [XOTclVersion]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars. # This will define a ${TEA_PLATFORM} variable == "unix" or "windows". #-------------------------------------------------------------------- -TEA_INIT([3.0]) +TEA_INIT([3.2]) AC_CONFIG_AUX_DIR(config) #-------------------------------------------------------------------- @@ -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=.5 +XOTCL_RELEASE_LEVEL=.7 XOTCL_VERSION=${XOTCL_MAJOR_VERSION}.${XOTCL_MINOR_VERSION} NODOT_VERSION=${XOTCL_MAJOR_VERSION}${XOTCL_MINOR_VERSION} @@ -454,3 +454,7 @@ + + + +