summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-30 03:18:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-30 03:18:57 (GMT)
commitd9e943b4e7f6602b2985a5353550c7e278f3472e (patch)
tree90af65a670b4b2d9cc115c656ed665f444c0c95b /win
parentd8e2dd0ef8a84e1820e1788874d1a88063ab4e26 (diff)
downloadtcl-d9e943b4e7f6602b2985a5353550c7e278f3472e.zip
tcl-d9e943b4e7f6602b2985a5353550c7e278f3472e.tar.gz
tcl-d9e943b4e7f6602b2985a5353550c7e278f3472e.tar.bz2
* generic/tcl.h: Bump to 8.5.3 for release.core_8_5_3
* library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
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 78c8160..c9d65dc 100755
--- a/win/configure
+++ b/win/configure
@@ -1272,7 +1272,7 @@ SHELL=/bin/sh
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL=".3b1"
+TCL_PATCH_LEVEL=".3"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3
diff --git a/win/configure.in b/win/configure.in
index b0918ca..9b7f9da 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.1 2008/04/11 18:12:31 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.104.2.2 2008/06/30 03:19:06 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=".3b1"
+TCL_PATCH_LEVEL=".3"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3