summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-05-03 00:18:35 (GMT)
committerhobbs <hobbs>2000-05-03 00:18:35 (GMT)
commite663b31063c95666a2fe748ec4ce69e081c31f86 (patch)
treee0eb5f3d18a2a2750e47c9de108e21f5eb4a9e43 /unix/configure.in
parentc8873608e261d412eea36b1e0ea1e7bc26e0d103 (diff)
downloadtk-e663b31063c95666a2fe748ec4ce69e081c31f86.zip
tk-e663b31063c95666a2fe748ec4ce69e081c31f86.tar.gz
tk-e663b31063c95666a2fe748ec4ce69e081c31f86.tar.bz2
* README:
* generic/tk.h: * library/tk.tcl: * mac/README: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/aclocal.m4: * win/configure.in: * win/makefile.vc: updated patchlevel to 8.4a1
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 1c13da1..e0d1848 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +3,12 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tk.h)
-# RCS: @(#) $Id: configure.in,v 1.49 2000/04/19 09:25:54 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.50 2000/05/03 00:18:37 hobbs Exp $
-TK_VERSION=8.3
+TK_VERSION=8.4
TK_MAJOR_VERSION=8
-TK_MINOR_VERSION=3
-TK_PATCH_LEVEL=".1"
+TK_MINOR_VERSION=4
+TK_PATCH_LEVEL="a1"
VERSION=${TK_VERSION}
if test "${prefix}" = "NONE"; then