summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-14 17:29:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-14 17:29:57 (GMT)
commitdcb4163dd88a4ccea92159930da9653cb4fff87e (patch)
tree4571cad90d82936b5ec927044ba52948442ba563 /win
parentefa6765c00d4032ecb45bf70e9147ed49e994663 (diff)
downloadtk-dcb4163dd88a4ccea92159930da9653cb4fff87e.zip
tk-dcb4163dd88a4ccea92159930da9653cb4fff87e.tar.gz
tk-dcb4163dd88a4ccea92159930da9653cb4fff87e.tar.bz2
* Bumped HEAD to version 8.4b2 in order to distinguish it from
the 8.4b1 release. Also extended LOCALES to cover all message catalogs.
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure
index 1246dc0..197df23 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="b1"
+TK_PATCH_LEVEL="b2"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------
diff --git a/win/configure.in b/win/configure.in
index 9551105..4f12254 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,14 +3,14 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.42 2002/06/22 00:02:50 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.43 2002/07/14 17:29:58 dgp Exp $
AC_INIT(../generic/tk.h)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="b1"
+TK_PATCH_LEVEL="b2"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------