aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-01-15 19:31:31 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-01-16 16:44:29 -0800
commit0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2 (patch)
tree6d91a05ea022327fdd64213d860b07ad9914409d /deflate.c
parentdefd366a41f061dc9dc2bb7ab88876909bd5934c (diff)
downloadzlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.tar.gz
zlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.tar.bz2
zlib-0ddfbd2346cc23ffbcea9a0c491e5da39cf743d2.zip
Change version number to 1.2.6.
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 98c4d6e..8bd480e 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.3 Copyright 1995-2012 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.2.6 Copyright 1995-2012 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