diff options
author | dgp <dgp@users.sourceforge.net> | 2011-08-08 18:32:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-08-08 18:32:56 (GMT) |
commit | 735b3daee23ebe42bd11f49f85843199895323b9 (patch) | |
tree | 28336289c2589e3a710090a7444ee1dbf7272b6c /unix | |
parent | 097bee7c6ba61b29717c1780aed2370468649e4f (diff) | |
parent | d23da193fe3a2af5a2b2db56f2719702f9a260f6 (diff) | |
download | tcl-735b3daee23ebe42bd11f49f85843199895323b9.zip tcl-735b3daee23ebe42bd11f49f85843199895323b9.tar.gz tcl-735b3daee23ebe42bd11f49f85843199895323b9.tar.bz2 |
merge release to trunk
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 53f44ac..72d704d 100755 --- a/unix/configure +++ b/unix/configure @@ -1335,7 +1335,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL="b1.2" +TCL_PATCH_LEVEL="b2" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 34908a7..35eb3e5 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -25,7 +25,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TCL_VERSION=8.6 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=6 -TCL_PATCH_LEVEL="b1.2" +TCL_PATCH_LEVEL="b2" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 3331b14..b35e220 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.6b1 +Version: 8.6b2 Release: 2 License: BSD Group: Development/Languages |