summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-04-02 01:59:25 (GMT)
committerhobbs <hobbs>2001-04-02 01:59:25 (GMT)
commitd8d2831d8da16ea576d8041c240e90f2c41ba5f2 (patch)
treeac3981fbff7e1dd44418ad9584410844bf9f96f4 /unix/configure.in
parentfc917e03f0febbf3d08e3490a28a9b99cd14c8e4 (diff)
downloadtcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.zip
tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.tar.gz
tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.tar.bz2
* generic/tcl.h:
* tools/tcl.wse.in: * win/configure.in (VER): * win/configure: * unix/configure: * unix/configure.in (VER): * unix/tcl.spec: updated patchlevel information to 8.4a3
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 911501a..8286096 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +3,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.63 2000/10/31 00:30:56 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.64 2001/04/02 01:59:26 hobbs Exp $
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a2"
+TCL_PATCH_LEVEL="a3"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------