summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-01-28 17:33:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-01-28 17:33:21 (GMT)
commita1db6470b525c61a75fc26133b821ca98d6c66df (patch)
treea130f6d2213c3d88eb5d9ee9bdb18e78d3bfa003 /generic/tcl.h
parent9aefb192c71805b6be041d37310d24b5c44914cd (diff)
downloadtcl-a1db6470b525c61a75fc26133b821ca98d6c66df.zip
tcl-a1db6470b525c61a75fc26133b821ca98d6c66df.tar.gz
tcl-a1db6470b525c61a75fc26133b821ca98d6c66df.tar.bz2
Bump to 8.6.5
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 a08edde..3490049 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 4
+#define TCL_RELEASE_SERIAL 5
#define TCL_VERSION "8.6"
-#define TCL_PATCH_LEVEL "8.6.4"
+#define TCL_PATCH_LEVEL "8.6.5"
/*
*----------------------------------------------------------------------------