diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-19 18:14:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-19 18:14:48 (GMT) |
commit | 9560f9c34e21f974dd3eb1a7cbb27f60be239a17 (patch) | |
tree | c86df5cb1083cc2da03af55274756ba115a2ea9e /unix/configure | |
parent | 0c0230dfd0eaba26f68320772e4fdf4edc209ee8 (diff) | |
download | tcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.zip tcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.tar.gz tcl-9560f9c34e21f974dd3eb1a7cbb27f60be239a17.tar.bz2 |
* README: Bump version number to 8.5b3.
* generic/tcl.h:
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* unix/configure: autoconf (2.59)
* 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 378be42..620e2d2 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="b2.1" +TCL_PATCH_LEVEL="b3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |