diff options
author | dgp <dgp@noemail.net> | 2004-03-26 19:47:26 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2004-03-26 19:47:26 (GMT) |
commit | 0d6a2f542173f298be6f1436d312c0ba3f12caa2 (patch) | |
tree | 30d975a805906db9ec79402bcd4f6db55114edf9 /win | |
parent | ef68166a260f4ed4234bf0eeb5d27ebc23304643 (diff) | |
download | tcl-0d6a2f542173f298be6f1436d312c0ba3f12caa2.zip tcl-0d6a2f542173f298be6f1436d312c0ba3f12caa2.tar.gz tcl-0d6a2f542173f298be6f1436d312c0ba3f12caa2.tar.bz2 |
* README: Bumped version number to 8.5a2 to
* tools/tcl.wse.in: distinguish HEAD of CVS development
* unix/configure.in: from the recent 8.5a1 release.
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.57
* win/configure:
FossilOrigin-Name: 2894e72102bdcbc128a73ec036b53a98d709e6d0
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 2e0eede..661cc32 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.36 2004/03/17 18:14:19 das Exp $ +RCS: @(#) $Id: README.binary,v 1.37 2004/03/26 19:47:29 dgp Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.5a1 for +This directory contains the binary distribution of Tcl/Tk 8.5a2 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 80fb8e6..11ae24a 100755 --- a/win/configure +++ b/win/configure @@ -1274,7 +1274,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a1" +TCL_PATCH_LEVEL="a2" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 diff --git a/win/configure.in b/win/configure.in index 8f8b064..c2d5021 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.78 2004/03/05 21:27:46 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.79 2004/03/26 19:47:29 dgp 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="a1" +TCL_PATCH_LEVEL="a2" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |