diff options
author | hobbs <hobbs> | 2001-04-02 01:59:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-02 01:59:25 (GMT) |
commit | d8d2831d8da16ea576d8041c240e90f2c41ba5f2 (patch) | |
tree | ac3981fbff7e1dd44418ad9584410844bf9f96f4 /unix/configure | |
parent | fc917e03f0febbf3d08e3490a28a9b99cd14c8e4 (diff) | |
download | tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.zip tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.tar.gz tcl-d8d2831d8da16ea576d8041c240e90f2c41ba5f2.tar.bz2 |
* generic/tcl.h:
* tools/tcl.wse.in:
* win/configure.in (VER):
* win/configure:
* unix/configure:
* unix/configure.in (VER):
* unix/tcl.spec: updated patchlevel information to 8.4a3
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 0314433..18c186b 100755 --- a/unix/configure +++ b/unix/configure @@ -538,7 +538,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a2" +TCL_PATCH_LEVEL="a3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |