summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
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 98cd577..464f205 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 17
+#define TCL_RELEASE_SERIAL 18
#define TCL_VERSION "8.5"
-#define TCL_PATCH_LEVEL "8.5.17"
+#define TCL_PATCH_LEVEL "8.5.18"
/*
* The following definitions set up the proper options for Windows compilers.