summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorwelch <welch>1999-06-25 23:48:05 (GMT)
committerwelch <welch>1999-06-25 23:48:05 (GMT)
commit0d35799650c2217dec31d32a0d568e16b15e82b5 (patch)
tree848d9d8994c561f561f84b55aeb248e453c9376b /win/configure.in
parente830d01f9bf1d0947a679fd13bac69c5385c100d (diff)
downloadtk-0d35799650c2217dec31d32a0d568e16b15e82b5.zip
tk-0d35799650c2217dec31d32a0d568e16b15e82b5.tar.gz
tk-0d35799650c2217dec31d32a0d568e16b15e82b5.tar.bz2
Changed to Tk 8.2b1
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure.in b/win/configure.in
index 96bbd78..434fa4b 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,14 +2,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.4 1999/06/16 23:28:46 surles Exp $
+# RCS: @(#) $Id: configure.in,v 1.5 1999/06/25 23:48:05 welch Exp $
AC_INIT(../generic/tk.h)
-TK_VERSION=8.1
+TK_VERSION=8.2
TK_MAJOR_VERSION=8
-TK_MINOR_VERSION=1
-TK_PATCH_LEVEL=.2
+TK_MINOR_VERSION=2
+TK_PATCH_LEVEL=b1
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#--------------------------------------------------------------------