diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-10 23:00:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-12-10 23:00:27 (GMT) |
commit | 140fb3e960a840ad859124661029bd212a210812 (patch) | |
tree | ec8803142e162b7b8e959919ea7afa626b7a0aae /win | |
parent | 624c39990f6db4c1318669baef61b8521e063a54 (diff) | |
download | tcl-140fb3e960a840ad859124661029bd212a210812.zip tcl-140fb3e960a840ad859124661029bd212a210812.tar.gz tcl-140fb3e960a840ad859124661029bd212a210812.tar.bz2 |
Bump to a3 to prevent confusion with a2 release.
Diffstat (limited to 'win')
-rw-r--r-- | win/README.binary | 4 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win/README.binary b/win/README.binary index 229e880..16705d7 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.38 2004/07/01 10:08:11 dkf Exp $ +RCS: @(#) $Id: README.binary,v 1.39 2004/12/10 23:00:32 dkf Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.5a2 for +This directory contains the binary distribution of Tcl/Tk 8.5a3 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.in b/win/configure.in index a3189eb..df8d707 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.81 2004/06/11 20:25:25 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.82 2004/12/10 23:00:33 dkf Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a2" +TCL_PATCH_LEVEL="a3" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |