summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-03-06 15:26:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-03-06 15:26:03 (GMT)
commit484e7d2a8f9cb45329427e73a7aa4e5346c2318d (patch)
treebb39875f8dad603972bb908a76fe7ac363daff14 /generic
parentb2c690e8342f6f86fca7e923841b9aa2abc868b7 (diff)
parentbc4a98c13aa2dd6aae3f41722f1b8cd7ecee20a2 (diff)
downloadtcl-484e7d2a8f9cb45329427e73a7aa4e5346c2318d.zip
tcl-484e7d2a8f9cb45329427e73a7aa4e5346c2318d.tar.gz
tcl-484e7d2a8f9cb45329427e73a7aa4e5346c2318d.tar.bz2
merge release
Diffstat (limited to 'generic')
-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.