diff options
author | dgp <dgp@users.sourceforge.net> | 2001-08-08 22:28:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-08-08 22:28:23 (GMT) |
commit | 280f05e70aff22b0058a6bbd878e84a12d01dcad (patch) | |
tree | ce3a96612249539ad6e3a8b357bccb729772cb17 /win/configure | |
parent | 79f55ef4170e1f70fc91060fdedc7a80eb25996f (diff) | |
download | tcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.zip tcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.tar.gz tcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.tar.bz2 |
Bumped up patchlevel to 8.4a4 to distinguish
CVS snapshots from the 8.4a3 release. This does not necessarily
mean there will be an 8.4a4 release. [Bug 448938].
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 8813126..3de2bec 100755 --- a/win/configure +++ b/win/configure @@ -533,7 +533,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a3" +TCL_PATCH_LEVEL="a4" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION if test "${prefix}" = "NONE"; then |