diff options
author | dgp <dgp@users.sourceforge.net> | 2012-07-11 17:09:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-07-11 17:09:44 (GMT) |
commit | 470dc679b3ef5fad8fa57ec1e90b9f13b676c229 (patch) | |
tree | 83c4f9ee912615e82e4730155c6a49338e222473 /unix | |
parent | fcb1a092aeea82d23c7d8957f677c0af36fc7371 (diff) | |
download | tcl-470dc679b3ef5fad8fa57ec1e90b9f13b676c229.zip tcl-470dc679b3ef5fad8fa57ec1e90b9f13b676c229.tar.gz tcl-470dc679b3ef5fad8fa57ec1e90b9f13b676c229.tar.bz2 |
Release candidate branch for Tcl 8.6b3.
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 2e36ad2..0b8bc82 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="b2" +TCL_PATCH_LEVEL="b3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 79a546d..beff4a3 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="b2" +TCL_PATCH_LEVEL="b3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index b35e220..0c42aa4 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.6b2 +Version: 8.6b3 Release: 2 License: BSD Group: Development/Languages |