aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-12-18 12:07:25 -0800
committerMark Adler <madler@alumni.caltech.edu>2011-12-18 12:07:25 -0800
commitdf60b50769ae9441c6ebd853948ee7da559286e0 (patch)
tree225cbbcf02368acfcf716d0104dabe77d4f5ef86 /deflate.c
parentfe61dfb8a27754137c2f6a1ff59b1e55d615210e (diff)
downloadzlib-df60b50769ae9441c6ebd853948ee7da559286e0.tar.gz
zlib-df60b50769ae9441c6ebd853948ee7da559286e0.tar.bz2
zlib-df60b50769ae9441c6ebd853948ee7da559286e0.zip
Change version numbers to 1.2.5.3.
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate.c b/deflate.c
index 096207d..f27febb 100644
--- a/deflate.c
+++ b/deflate.c
@@ -52,7 +52,7 @@
52#include "deflate.h" 52#include "deflate.h"
53 53
54const char deflate_copyright[] = 54const char deflate_copyright[] =
55 " deflate 1.2.5.2 Copyright 1995-2011 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.2.5.3 Copyright 1995-2011 Jean-loup Gailly and Mark Adler ";
56/* 56/*
57 If you use the zlib library in a product, an acknowledgment is welcome 57 If you use the zlib library in a product, an acknowledgment is welcome
58 in the documentation of your product. If for some reason you cannot 58 in the documentation of your product. If for some reason you cannot