diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-28 16:41:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-28 16:41:53 (GMT) |
commit | 93db5dfcdf5fedb0552a7a20e13e9643ecbf564f (patch) | |
tree | 5b3690fb66ea067ea8b84757d0e8f5c0635b540b /win/configure | |
parent | 61617a7891a8266415ac5a14e6dce92693e10c5c (diff) | |
download | tcl-93db5dfcdf5fedb0552a7a20e13e9643ecbf564f.zip tcl-93db5dfcdf5fedb0552a7a20e13e9643ecbf564f.tar.gz tcl-93db5dfcdf5fedb0552a7a20e13e9643ecbf564f.tar.bz2 |
* README: Bumped patch level to 8.4.8 to prepare
* generic/tcl.h: for next patch release.
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index cf439ef..631e28c 100755 --- a/win/configure +++ b/win/configure @@ -534,7 +534,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".7" +TCL_PATCH_LEVEL=".8" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.2 |