summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--unix/configure.in4
-rw-r--r--win/configure.in4
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e2b6d40..bcf1bb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-09-30 Jeff Hobbs <hobbs@scriptics.com>
+
+ * unix/configure.in:
+ * win/configure.in: updated patchlevel to 1
+
1999-09-24 Jennifer Hom <jenn@scriptics.com>
* library/tcltest1.0/tcltest.tcl: Changed checks for value of
diff --git a/unix/configure.in b/unix/configure.in
index b3f3563..b372b68 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,12 +2,12 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.48 1999/08/11 22:48:09 wart Exp $
+# RCS: @(#) $Id: configure.in,v 1.48.2.1 1999/09/30 21:27:05 hobbs Exp $
TCL_VERSION=8.2
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=2
-TCL_PATCH_LEVEL=".0"
+TCL_PATCH_LEVEL=".1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/win/configure.in b/win/configure.in
index a25b8a7..d256614 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,14 +2,14 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.13 1999/08/10 23:16:27 redman Exp $
+# RCS: @(#) $Id: configure.in,v 1.13.2.1 1999/09/30 21:27:09 hobbs Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.2
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=2
-TCL_PATCH_LEVEL=".0"
+TCL_PATCH_LEVEL=".1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
#--------------------------------------------------------------------