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 | |
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')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.in | 2 | ||||
-rw-r--r-- | unix/tcl.spec | 2 |
3 files changed, 3 insertions, 3 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} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 3394369..a30c2b4 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL=".10" +TCL_PATCH_LEVEL=".11" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 7729960..a91a53b 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.5.10 +Version: 8.5.11 Release: 2 License: BSD Group: Development/Languages |