diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-30 22:04:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-30 22:04:12 (GMT) |
commit | a1f0dd74ffe8b407f725f089784f2dd51c2ab548 (patch) | |
tree | 81292bfb382d4b828fa3788b3b042e8539c4973c /unix | |
parent | 1d512f82013b5c80636c8522357aabe3b429f143 (diff) | |
download | tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.zip tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.tar.gz tcl-a1f0dd74ffe8b407f725f089784f2dd51c2ab548.tar.bz2 |
Bump version number to 8.6.1.
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 9b3c298..06ff7a4 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=".0" +TCL_PATCH_LEVEL=".1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/configure.in b/unix/configure.in index 1a9bb31..61ad30f 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=".0" +TCL_PATCH_LEVEL=".1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 27f7189..678222c 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -4,7 +4,7 @@ Name: tcl Summary: Tcl scripting language development environment -Version: 8.6.0 +Version: 8.6.1 Release: 2 License: BSD Group: Development/Languages |