summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-03-02 00:42:50 (GMT)
committerhobbs <hobbs>2004-03-02 00:42:50 (GMT)
commit7740b0e06748d320d01e78ed1b37b6af57303ed2 (patch)
tree68c108463cd5e0b8113340ffdae98410b1bc9639 /unix/configure.in
parent1b3cdd9ffdb36d92789700c4ebfea3dd2af15613 (diff)
downloadtcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.zip
tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.gz
tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.bz2
update patchlevel to 8.5a1
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}
#------------------------------------------------------------------------