summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-08-04 17:02:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-08-04 17:02:39 (GMT)
commit8bbcdf546cc3ea6f38bace636bcaa932aa381fa8 (patch)
tree3ea05dd7287f133029c849b7c97389aecb448658 /unix/configure.in
parent306e3ea3e928c4b6fbe2bc37ad685d182b2a059e (diff)
downloadtcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.zip
tcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.tar.gz
tcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.tar.bz2
* generic/tcl.h: Bump to 8.5.9 for release.
* library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.9 release.
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 6f2073f..3c65243 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.180.2.15 2009/12/28 13:53:40 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.180.2.16 2010/08/04 17:02:40 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=".8"
+TCL_PATCH_LEVEL=".9"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------