summaryrefslogtreecommitdiffstats
path: root/win
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 /win
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 'win')
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/win/configure b/win/configure
index 333e9e3..5da4734 100755
--- a/win/configure
+++ b/win/configure
@@ -1309,7 +1309,7 @@ SHELL=/bin/sh
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL=".8"
+TCL_PATCH_LEVEL=".9"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3
diff --git a/win/configure.in b/win/configure.in
index f687fe0..f4ba2fe 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.104.2.9 2009/11/03 19:21:39 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.104.2.10 2010/08/04 17:02:40 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.59)
@@ -16,7 +16,7 @@ SHELL=/bin/sh
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL=".8"
+TCL_PATCH_LEVEL=".9"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3