summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2024-02-28 21:05:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2024-02-28 21:05:40 (GMT)
commit3ff4017a20b69bc0f232e67b5da06fee86079430 (patch)
tree8026555d99662d59b6b3bdee4fe986d06c231900 /unix
parent476a5943fb7070d1f07ffbb3491bd193be7b0cea (diff)
parentebd3331e6c2852474d5c953d3058d2677e766f4d (diff)
downloadtcl-3ff4017a20b69bc0f232e67b5da06fee86079430.zip
tcl-3ff4017a20b69bc0f232e67b5da06fee86079430.tar.gz
tcl-3ff4017a20b69bc0f232e67b5da06fee86079430.tar.bz2
merge 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 fcbd279..87dc84d 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=".13"
+TCL_PATCH_LEVEL=".14"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/configure.in b/unix/configure.in
index 39eba16..4f62510 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -26,7 +26,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [
TCL_VERSION=8.6
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=6
-TCL_PATCH_LEVEL=".13"
+TCL_PATCH_LEVEL=".14"
VERSION=${TCL_VERSION}
EXTRA_INSTALL_BINARIES=${EXTRA_INSTALL_BINARIES:-"@:"}
diff --git a/unix/tcl.spec b/unix/tcl.spec
index f4177a4..de61d38 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -4,7 +4,7 @@
Name: tcl
Summary: Tcl scripting language development environment
-Version: 8.6.13
+Version: 8.6.14
Release: 2
License: BSD
Group: Development/Languages