summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-06-22 00:39:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-06-22 00:39:39 (GMT)
commitafbc11e3d922f8b560027b81eb6abc022645a330 (patch)
treef040d08dc9cf0c602aaf8f0e05e44c8503eddc93
parente15ded96b17c9bc62e83f795d9d09b407cead5ac (diff)
downloadtk-afbc11e3d922f8b560027b81eb6abc022645a330.zip
tk-afbc11e3d922f8b560027b81eb6abc022645a330.tar.gz
tk-afbc11e3d922f8b560027b81eb6abc022645a330.tar.bz2
Regen.
-rwxr-xr-xunix/configure2
-rwxr-xr-xwin/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 363a03e..67201fb 100755
--- a/unix/configure
+++ b/unix/configure
@@ -541,7 +541,7 @@ fi
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a5"
+TK_PATCH_LEVEL="b1"
VERSION=${TK_VERSION}
LOCALES="de en es fr"
diff --git a/win/configure b/win/configure
index caee41c..1246dc0 100755
--- a/win/configure
+++ b/win/configure
@@ -535,7 +535,7 @@ fi
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a5"
+TK_PATCH_LEVEL="b1"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------