summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorwelch <welch>1998-07-06 22:14:09 (GMT)
committerwelch <welch>1998-07-06 22:14:09 (GMT)
commit6a6605f4ad91444a0a39a533d12fc64d25d450cf (patch)
treefa1996600704f28793c6bd81ec73cfd1fb902749 /unix
parent7ead33b195874e2f0c7c4d8b19578805fdbaa2be (diff)
downloadtcl-6a6605f4ad91444a0a39a533d12fc64d25d450cf.zip
tcl-6a6605f4ad91444a0a39a533d12fc64d25d450cf.tar.gz
tcl-6a6605f4ad91444a0a39a533d12fc64d25d450cf.tar.bz2
Updated for 8.0.3-2
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 21b9867..5b87d37 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)
-# SCCS: %Z% $Id: configure.in,v 1.4 1998/07/01 19:17:08 escoffon Exp $
+# SCCS: %Z% $Id: configure.in,v 1.5 1998/07/06 22:14:09 welch Exp $
TCL_VERSION=8.0
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL=".3"
+TCL_PATCH_LEVEL=".3-2"
VERSION=${TCL_VERSION}
if test "${prefix}" = "NONE"; then