diff options
author | dkf <dkf@noemail.net> | 2002-06-22 00:39:39 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2002-06-22 00:39:39 (GMT) |
commit | d2a07f10c3dd61f3e7ba908afd2f474cfd835d36 (patch) | |
tree | f040d08dc9cf0c602aaf8f0e05e44c8503eddc93 | |
parent | 9352b09af0d93f714129f53f0dee558167d31b05 (diff) | |
download | tk-d2a07f10c3dd61f3e7ba908afd2f474cfd835d36.zip tk-d2a07f10c3dd61f3e7ba908afd2f474cfd835d36.tar.gz tk-d2a07f10c3dd61f3e7ba908afd2f474cfd835d36.tar.bz2 |
Regen.
FossilOrigin-Name: 0b436a8e2d182bc6d0d7dc4115e7c009be0a5269
-rwxr-xr-x | unix/configure | 2 | ||||
-rwxr-xr-x | win/configure | 2 |
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 #------------------------------------------------------------------------ |