diff options
author | dgp <dgp@users.sourceforge.net> | 2006-05-04 14:01:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-05-04 14:01:18 (GMT) |
commit | 567b7209bf2c1079048fca82605f2f468b9bf66b (patch) | |
tree | 58a7d2b0f3dd48dc798d5aabc063e856b44a1c28 /win | |
parent | 71536416ed0e6ce72d256d64c61ac0ecf23df29e (diff) | |
download | tcl-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 'win')
-rw-r--r-- | win/README.binary | 4 | ||||
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/configure.in | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/win/README.binary b/win/README.binary index ad11a30..7396dfb 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.5 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.41 2005/06/07 14:03:53 dkf Exp $ +RCS: @(#) $Id: README.binary,v 1.42 2006/05/04 14:01:27 dgp Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.5a4 for +This directory contains the binary distribution of Tcl/Tk 8.5a5 for Windows. It was compiled with Microsoft Visual C++ 6.0 using Win32 API, so that it will run under Windows 98, NT, 2000 and XP. diff --git a/win/configure b/win/configure index c074bf1..0370427 100755 --- a/win/configure +++ b/win/configure @@ -1267,7 +1267,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a4" +TCL_PATCH_LEVEL="a5" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 diff --git a/win/configure.in b/win/configure.in index 9541ce0..7611ada 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.88 2006/04/05 16:52:56 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.89 2006/05/04 14:01:27 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="a4" +TCL_PATCH_LEVEL="a5" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |