summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-05-04 14:01:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-05-04 14:01:18 (GMT)
commit567b7209bf2c1079048fca82605f2f468b9bf66b (patch)
tree58a7d2b0f3dd48dc798d5aabc063e856b44a1c28 /unix/configure.in
parent71536416ed0e6ce72d256d64c61ac0ecf23df29e (diff)
downloadtcl-567b7209bf2c1079048fca82605f2f468b9bf66b.zip
tcl-567b7209bf2c1079048fca82605f2f468b9bf66b.tar.gz
tcl-567b7209bf2c1079048fca82605f2f468b9bf66b.tar.bz2
* README: Bump version number to 8.5a5
* generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
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 6ffca54..1f082dc 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.141 2006/03/13 20:42:22 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.142 2006/05/04 14:01:27 dgp Exp $
AC_INIT([tcl],[8.5])
AC_PREREQ(2.59)
@@ -27,7 +27,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a4"
+TCL_PATCH_LEVEL="a5"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------