summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-17 16:31:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-17 16:31:23 (GMT)
commit8a3fab94b682a1c15d7572da4b20746194d34810 (patch)
tree9c46f8d73bccda7e52d3ef4abd0a71a1c1ee0546
parent27da1dc408abacc905b66d2486ae5049b57fefdb (diff)
downloadtcl-8a3fab94b682a1c15d7572da4b20746194d34810.zip
tcl-8a3fab94b682a1c15d7572da4b20746194d34810.tar.gz
tcl-8a3fab94b682a1c15d7572da4b20746194d34810.tar.bz2
TCL_RELEASE_SERIAL (in tcl.h) and unix/tcl.spec should be updated too
-rw-r--r--generic/tcl.h2
-rw-r--r--unix/tcl.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 8806489..28d094f 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -56,7 +56,7 @@ extern "C" {
#endif
#define TCL_MINOR_VERSION 6
#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TCL_RELEASE_SERIAL 13
+#define TCL_RELEASE_SERIAL 14
#define TCL_VERSION "8.6"
#define TCL_PATCH_LEVEL "8.6.14"
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