diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-20 16:06:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-20 16:06:53 (GMT) |
commit | 3fae8702b50258a666aded0826ce4ae1b33ab2ab (patch) | |
tree | 45153c577e9c403c105af07f94031793a3b8ee5e /unix/configure | |
parent | 24e68e380047182b814e3d6a47bc20345919b18d (diff) | |
download | tcl-3fae8702b50258a666aded0826ce4ae1b33ab2ab.zip tcl-3fae8702b50258a666aded0826ce4ae1b33ab2ab.tar.gz tcl-3fae8702b50258a666aded0826ce4ae1b33ab2ab.tar.bz2 |
Release candidate branch for Tcl 8.5.11.
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 aa792a7..2ba3d68 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=".10" +TCL_PATCH_LEVEL=".11" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |