diff options
| author | dgp <dgp@users.sourceforge.net> | 2011-06-24 17:48:01 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2011-06-24 17:48:01 (GMT) |
| commit | fe78bd7e38e4e05cd4e129f73a8bfeef232fac76 (patch) | |
| tree | 333b3e4e099188acf451cdab193bbcabb0ec2e3c /unix | |
| parent | a130b39913448f7a0bfacf5e56c94bb0a561b94b (diff) | |
| parent | abb3758a80b389fcdcfd308091ac2f6e18bc1bfd (diff) | |
| download | tcl-fe78bd7e38e4e05cd4e129f73a8bfeef232fac76.zip tcl-fe78bd7e38e4e05cd4e129f73a8bfeef232fac76.tar.gz tcl-fe78bd7e38e4e05cd4e129f73a8bfeef232fac76.tar.bz2 | |
merge RC to stable
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 |
