summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-09-30 21:26:58 (GMT)
committerhobbs <hobbs>1999-09-30 21:26:58 (GMT)
commitde292a9d9fa89b7e82ff95f820a8ff1312a2ede9 (patch)
tree265da74a80f6bbb915c62c6a7d26aeb3a82adbb1
parent36336894ed33566a3d7a855ff2824b389da120b2 (diff)
downloadtcl-de292a9d9fa89b7e82ff95f820a8ff1312a2ede9.zip
tcl-de292a9d9fa89b7e82ff95f820a8ff1312a2ede9.tar.gz
tcl-de292a9d9fa89b7e82ff95f820a8ff1312a2ede9.tar.bz2
updated patchlevel to 1
-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
#--------------------------------------------------------------------