summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1999-04-21 21:29:50 (GMT)
committerrjohnson <rjohnson>1999-04-21 21:29:50 (GMT)
commit74ad59ee17c6eb91a4c1cd59d5f1f656e6215bd8 (patch)
treea73c884160a151ed591fa95ae13025995de1698f /unix
parent93927e8674908f5b99cb09866ba96bfa5c6b003e (diff)
downloadtcl-scriptics_tclpro_1_2_old.zip
tcl-scriptics_tclpro_1_2_old.tar.gz
tcl-scriptics_tclpro_1_2_old.tar.bz2
Updated patchlevel for final release. scriptics_tclpro_1_2_old
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 1e339a4..32dbf3a 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.31 1999/04/16 00:48:03 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.31.2.1 1999/04/21 21:29:51 rjohnson Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=1
-TCL_PATCH_LEVEL=b3
+TCL_PATCH_LEVEL=0
VERSION=${TCL_VERSION}
if test "${prefix}" = "NONE"; then