summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-30 23:35:40 (GMT)
committerstanton <stanton>1999-04-30 23:35:40 (GMT)
commit90da45da031980e399760471d926ae96e65877e8 (patch)
tree787d1128a1f92b1b971b2915eafc15fb12592785 /unix
parentfe45fa11e3df7cd37954c0f8051d9948114951b6 (diff)
downloadtcl-90da45da031980e399760471d926ae96e65877e8.zip
tcl-90da45da031980e399760471d926ae96e65877e8.tar.gz
tcl-90da45da031980e399760471d926ae96e65877e8.tar.bz2
* Changed version to 8.1.1.
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 2458ca9..dd3e49c 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.34 1999/04/30 22:45:05 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.35 1999/04/30 23:35:40 stanton Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=1
-TCL_PATCH_LEVEL=
+TCL_PATCH_LEVEL=1
VERSION=${TCL_VERSION}
if test "${prefix}" = "NONE"; then