diff options
author | dgp <dgp@users.sourceforge.net> | 2008-02-04 17:29:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-02-04 17:29:09 (GMT) |
commit | 6840471c4e85cee7fa1a5255959225e8b34e941a (patch) | |
tree | 669a2dd9f06ee93ea177060395c09aa8de1dae40 /unix/configure | |
parent | 21ec0b5deced0a0d7b927545d3f10eb8f0da50c4 (diff) | |
download | tcl-6840471c4e85cee7fa1a5255959225e8b34e941a.zip tcl-6840471c4e85cee7fa1a5255959225e8b34e941a.tar.gz tcl-6840471c4e85cee7fa1a5255959225e8b34e941a.tar.bz2 |
*** 8.5.1 TAGGED FOR RELEASE ***
* generic/tcl.h: Bump to 8.5.1 for release.
* 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 bcde930..7050f10 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=".1b1" +TCL_PATCH_LEVEL=".1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |