summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-10-14 18:12:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-10-14 18:12:36 (GMT)
commitf270cc876db91a80fda35fd57e55859d3a9331f6 (patch)
tree25c096dd62c3231f11d879fafffb38939a61b89b /generic/tcl.h
parentceff856085045650b5b10e2d2fea1355ba78e4c4 (diff)
downloadtcl-f270cc876db91a80fda35fd57e55859d3a9331f6.zip
tcl-f270cc876db91a80fda35fd57e55859d3a9331f6.tar.gz
tcl-f270cc876db91a80fda35fd57e55859d3a9331f6.tar.bz2
Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 7531242..fc477f2 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -56,10 +56,10 @@ extern "C" {
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 6
#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TCL_RELEASE_SERIAL 2
+#define TCL_RELEASE_SERIAL 3
#define TCL_VERSION "8.6"
-#define TCL_PATCH_LEVEL "8.6.2"
+#define TCL_PATCH_LEVEL "8.6.3"
/*
*----------------------------------------------------------------------------