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 | 19c2d13dd6b8e7bfb1e3c9d765d7294e8520393a (patch) | |
tree | 5b3690fb66ea067ea8b84757d0e8f5c0635b540b /win/configure | |
parent | f68d81c4423729776922307ed11d205dc99c1bd8 (diff) | |
download | tcl-19c2d13dd6b8e7bfb1e3c9d765d7294e8520393a.zip tcl-19c2d13dd6b8e7bfb1e3c9d765d7294e8520393a.tar.gz tcl-19c2d13dd6b8e7bfb1e3c9d765d7294e8520393a.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 |