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 | |
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')
-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 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} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 473758d..e30c937 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=".9" +TCL_PATCH_LEVEL=".10" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 7b1de28..7729960 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.5.9 +Version: 8.5.10 Release: 2 License: BSD Group: Development/Languages |