summaryrefslogtreecommitdiff
path: root/contrib/infback9
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-01-29 19:25:44 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-01-29 21:15:24 -0800
commit7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e (patch)
treee299a5065a393241afc567aeed72280eee8a4ad2 /contrib/infback9
parente75de023b6cd7177c8e44ef1c72b74f5efde5418 (diff)
downloadzlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.tar.gz
Change version number to 1.2.6.1.
Diffstat (limited to 'contrib/infback9')
-rw-r--r--contrib/infback9/inftree9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/infback9/inftree9.c b/contrib/infback9/inftree9.c
index 4ce2a1f..3cb7ecb 100644
--- a/contrib/infback9/inftree9.c
+++ b/contrib/infback9/inftree9.c
@@ -9,7 +9,7 @@
#define MAXBITS 15
const char inflate9_copyright[] =
- " inflate9 1.2.6 Copyright 1995-2012 Mark Adler ";
+ " inflate9 1.2.6.1 Copyright 1995-2012 Mark Adler ";
/*
If you use the zlib library in a product, an acknowledgment is welcome
in the documentation of your product. If for some reason you cannot
@@ -64,7 +64,7 @@ unsigned short FAR *work;
static const unsigned short lext[31] = { /* Length codes 257..285 extra */
128, 128, 128, 128, 128, 128, 128, 128, 129, 129, 129, 129,
130, 130, 130, 130, 131, 131, 131, 131, 132, 132, 132, 132,
- 133, 133, 133, 133, 144, 203, 69};
+ 133, 133, 133, 133, 144, 207, 66};
static const unsigned short dbase[32] = { /* Distance codes 0..31 base */
1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49,
65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073,