summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1999-01-04 19:25:00 (GMT)
committerrjohnson <rjohnson>1999-01-04 19:25:00 (GMT)
commit760c4938e485677a0254aec064f2b5514b2de2f4 (patch)
tree2ebcffb0739583b8c350d6195ba1907eed304abb /unix/configure.in
parentd776c5c3824a646b3a8a58c6f5125c0dcf75f554 (diff)
downloadtcl-760c4938e485677a0254aec064f2b5514b2de2f4.zip
tcl-760c4938e485677a0254aec064f2b5514b2de2f4.tar.gz
tcl-760c4938e485677a0254aec064f2b5514b2de2f4.tar.bz2
Updated the version to 8.0.5.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 1d5c418..8b6a51e 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.22 1998/10/28 18:34:23 suresh Exp $
+# RCS: @(#) $Id: configure.in,v 1.23 1999/01/04 19:25:04 rjohnson Exp $
TCL_VERSION=8.0
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=0
-TCL_PATCH_LEVEL=".4"
+TCL_PATCH_LEVEL=".5"
VERSION=${TCL_VERSION}
if test "${prefix}" = "NONE"; then