summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-06-17 18:56:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-06-17 18:56:40 (GMT)
commitc3c72d902fa9b52894c30671758bfd15765163e4 (patch)
treed9ead512f89ae0134117d22209a822b613d37af3 /unix
parenta9083528ab684358217abe17be6bce6765817f6a (diff)
downloadtcl-c3c72d902fa9b52894c30671758bfd15765163e4.zip
tcl-c3c72d902fa9b52894c30671758bfd15765163e4.tar.gz
tcl-c3c72d902fa9b52894c30671758bfd15765163e4.tar.bz2
Bump version numbers for 8.6.10 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 159a21b..f875d0b 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=".9"
+TCL_PATCH_LEVEL=".10"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/configure.in b/unix/configure.in
index 61e408f..78d710c 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=".9"
+TCL_PATCH_LEVEL=".10"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index cc36790..e050a30 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 8.6.9
+Version: 8.6.10
Release: 2
License: BSD
Group: Development/Languages