diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-26 20:17:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-26 20:17:50 (GMT) |
commit | 7d808e3fbf7835962d9124bbdf2999410d036ea3 (patch) | |
tree | 4377b2351409404d7c3fafc17e137c3e5e5d9e06 /unix/configure | |
parent | 62704b0bfde72fbf8ffc6f2653b715346cf9e1c4 (diff) | |
download | tcl-7d808e3fbf7835962d9124bbdf2999410d036ea3.zip tcl-7d808e3fbf7835962d9124bbdf2999410d036ea3.tar.gz tcl-7d808e3fbf7835962d9124bbdf2999410d036ea3.tar.bz2 |
Release candidate branch for Tcl 8.5.10.
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 af64e51..ed71de0 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=".9" +TCL_PATCH_LEVEL=".10" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |