summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-04-30 22:44:58 (GMT)
committerstanton <stanton@noemail.net>1999-04-30 22:44:58 (GMT)
commitd4d82278af6d77229ba7e223ed3a0b420c1cd06b (patch)
treea193f27eb18d04a30f8b4f663611d5957c2f5f6a /unix/configure.in
parent0a20d911e0b81832d173ea7e07c079875292de0b (diff)
downloadtcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.zip
tcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.tar.gz
tcl-d4d82278af6d77229ba7e223ed3a0b420c1cd06b.tar.bz2
* Merged changes from 8.1.0 branch
FossilOrigin-Name: dc45694c11c7ad43dd4c5dca49bfe1d7cedec9bb
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 ab8e791..2458ca9 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.33 1999/04/24 01:46:54 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.34 1999/04/30 22:45:05 stanton Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=1
-TCL_PATCH_LEVEL=0
+TCL_PATCH_LEVEL=
VERSION=${TCL_VERSION}
if test "${prefix}" = "NONE"; then