summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-30 09:36:25 (GMT)
committerhobbs <hobbs>1999-10-30 09:36:25 (GMT)
commitd0c161bcc936371cfa38d7c74a76aefa41236c35 (patch)
tree9a8a462ea7831839e45840842f7bd58079b98076
parente2381acdd7056b37a46cd92429e0e6a61d96c638 (diff)
downloadtk-d0c161bcc936371cfa38d7c74a76aefa41236c35.zip
tk-d0c161bcc936371cfa38d7c74a76aefa41236c35.tar.gz
tk-d0c161bcc936371cfa38d7c74a76aefa41236c35.tar.bz2
* unix/configure.in:
* README: * win/configure.in: * generic/tk.h: updated to patchlevel 2
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 4c85e78..5ce1818 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.41.2.1 1999/09/30 21:25:56 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.41.2.2 1999/10/30 09:36:25 hobbs Exp $
TK_VERSION=8.2
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=2
-TK_PATCH_LEVEL=".1"
+TK_PATCH_LEVEL=".2"
VERSION=${TK_VERSION}
if test "${prefix}" = "NONE"; then