summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-28 14:50:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-28 14:50:06 (GMT)
commit2c69a7d61e8e1e30541856b1d29c0e2d7417a972 (patch)
tree543e4fbdcd42b17ee8437ecb05a8ce6f54a388d0 /unix
parent11fd12af2870dc4cd5c239d7f31f8415ac09b732 (diff)
downloadtcl-2c69a7d61e8e1e30541856b1d29c0e2d7417a972.zip
tcl-2c69a7d61e8e1e30541856b1d29c0e2d7417a972.tar.gz
tcl-2c69a7d61e8e1e30541856b1d29c0e2d7417a972.tar.bz2
Bump to 8.6.2 for release.
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/configure.in2
-rw-r--r--unix/tcl.spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure
index bd85ba4..ec5e0ed 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=".1"
+TCL_PATCH_LEVEL=".2"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/configure.in b/unix/configure.in
index cb6cf82..85bd7ee 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=".1"
+TCL_PATCH_LEVEL=".2"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 678222c..50aacc6 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 8.6.1
+Version: 8.6.2
Release: 2
License: BSD
Group: Development/Languages