summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2004-03-02 00:42:49 (GMT)
committerhobbs <hobbs@noemail.net>2004-03-02 00:42:49 (GMT)
commit545a7f23b52b156b869ab36fde4756f14e650355 (patch)
tree68c108463cd5e0b8113340ffdae98410b1bc9639 /unix/configure.in
parentd3874c3ed08baac7110fb55881faec3097bf2821 (diff)
downloadtcl-545a7f23b52b156b869ab36fde4756f14e650355.zip
tcl-545a7f23b52b156b869ab36fde4756f14e650355.tar.gz
tcl-545a7f23b52b156b869ab36fde4756f14e650355.tar.bz2
update patchlevel to 8.5a1
FossilOrigin-Name: 28d3b065c85af7e89e544319c102c9049e02fbf8
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 2fa70f2..b9a8830 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ 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.
#
-# RCS: @(#) $Id: configure.in,v 1.110 2003/06/09 22:48:52 andreas_kupries Exp $
+# RCS: @(#) $Id: configure.in,v 1.111 2004/03/02 00:42:51 hobbs Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.57)
@@ -11,7 +11,7 @@ AC_PREREQ(2.57)
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a0"
+TCL_PATCH_LEVEL="a1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------