diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-28 15:56:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-28 15:56:26 (GMT) |
commit | d4fa6ee02f081c75d8d2c68d4e84be354c27e98b (patch) | |
tree | f960ef41ea21c5f6f5c93868c96ba7dd75dab94a /unix/configure | |
parent | 369191c32d21d0a7ae82205e8e274154d0f76d00 (diff) | |
download | tcl-d4fa6ee02f081c75d8d2c68d4e84be354c27e98b.zip tcl-d4fa6ee02f081c75d8d2c68d4e84be354c27e98b.tar.gz tcl-d4fa6ee02f081c75d8d2c68d4e84be354c27e98b.tar.bz2 |
* Ran 'autoconf' - forgotten when bump to 8.4a5.
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 b3656ec..0a7b194 100755 --- a/unix/configure +++ b/unix/configure @@ -540,7 +540,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a4" +TCL_PATCH_LEVEL="a5" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |