summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2011-10-20 16:06:53 (GMT)
committerdgp@users.sourceforge.net <dgp>2011-10-20 16:06:53 (GMT)
commit89064f8f1ff6352c85da02314c14f3cd4c6b82d1 (patch)
tree45153c577e9c403c105af07f94031793a3b8ee5e /generic/tcl.h
parent8407c3d9f47a8836a934c82646692bb0f7b27a14 (diff)
downloadtcl-89064f8f1ff6352c85da02314c14f3cd4c6b82d1.zip
tcl-89064f8f1ff6352c85da02314c14f3cd4c6b82d1.tar.gz
tcl-89064f8f1ff6352c85da02314c14f3cd4c6b82d1.tar.bz2
Release candidate branch for Tcl 8.5.11.
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 51e3ce3..e5e38a8 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -58,10 +58,10 @@ extern "C" {
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 5
#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE
-#define TCL_RELEASE_SERIAL 10
+#define TCL_RELEASE_SERIAL 11
#define TCL_VERSION "8.5"
-#define TCL_PATCH_LEVEL "8.5.10"
+#define TCL_PATCH_LEVEL "8.5.11"
/*
* The following definitions set up the proper options for Windows compilers.