aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-04-13 18:58:46 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-04-13 18:58:46 -0700
commit388a285cb89048a5a4aa656dc377c6cf0a53cdf0 (patch)
tree653d1136e374fc70cb5cbfc054289896193861e6 /deflate.c
parent139c67fc879b0836dcc1285947f0d353efe42e2d (diff)
downloadzlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.gz
zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.tar.bz2
zlib-388a285cb89048a5a4aa656dc377c6cf0a53cdf0.zip
Change version number to 1.2.7.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 4a1004b..67d522c 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.7.2 Copyright 1995-2013 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.2.7.3 Copyright 1995-2013 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