summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
#------------------------------------------------------------------------