diff options
author | hobbs <hobbs> | 2003-05-15 18:59:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-05-15 18:59:35 (GMT) |
commit | 33969c3ca84b6e9a0d12cb616bd5a28943aa911a (patch) | |
tree | 0ad884b3d180d1de3ff8f5ad31f30a061afcdd3d /unix/configure | |
parent | 38d4bcc1bb579ff6ca7f83563e52824da1b0e811 (diff) | |
download | tcl-33969c3ca84b6e9a0d12cb616bd5a28943aa911a.zip tcl-33969c3ca84b6e9a0d12cb616bd5a28943aa911a.tar.gz tcl-33969c3ca84b6e9a0d12cb616bd5a28943aa911a.tar.bz2 |
bumped version to 8.4.3
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 70dcb69..6b44276 100755 --- a/unix/configure +++ b/unix/configure @@ -548,7 +548,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".2" +TCL_PATCH_LEVEL=".3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |