summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-29 13:03:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-29 13:03:20 (GMT)
commit9d8c640e00e432782bc30d6dcbd78b83a959dfee (patch)
tree3803f161105c3308c3a9e48bfc7f785b8d05f106
parent2a7ba6468e6f65d59a452f6ccd357d469d195dfe (diff)
parent667676a5510ccdd2fa569d14ebaccada0090393b (diff)
downloadtcl-9d8c640e00e432782bc30d6dcbd78b83a959dfee.zip
tcl-9d8c640e00e432782bc30d6dcbd78b83a959dfee.tar.gz
tcl-9d8c640e00e432782bc30d6dcbd78b83a959dfee.tar.bz2
Merge 8.7
-rw-r--r--generic/tclZlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c
index df0372b..b3fe234 100644
--- a/generic/tclZlib.c
+++ b/generic/tclZlib.c
@@ -204,7 +204,7 @@ static void ZlibTransformTimerRun(void *clientData);
static const Tcl_ChannelType zlibChannelType = {
"zlib",
- TCL_CHANNEL_VERSION_3,
+ TCL_CHANNEL_VERSION_5,
ZlibTransformClose,
ZlibTransformInput,
ZlibTransformOutput,