diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:47:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:47:27 (GMT) |
commit | 3af957166bb1ca8c82cb61fb255ba045e34eb185 (patch) | |
tree | 30d975a805906db9ec79402bcd4f6db55114edf9 /unix/configure | |
parent | 1fab20da2dcd874015e0001999807698fcc6688e (diff) | |
download | tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.zip tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.tar.gz tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.tar.bz2 |
* README: Bumped version number to 8.5a2 to
* tools/tcl.wse.in: distinguish HEAD of CVS development
* unix/configure.in: from the recent 8.5a1 release.
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.57
* win/configure:
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 be92577..519ad1f 100755 --- a/unix/configure +++ b/unix/configure @@ -1277,7 +1277,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a1" +TCL_PATCH_LEVEL="a2" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |