summaryrefslogtreecommitdiff
path: root/contrib/infback9
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-04-13 21:38:26 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-04-28 15:57:10 -0700
commite8fee0ea7bf62e595bd5518b7b22e3e16397278c (patch)
treeba0c4a432915cd582d147580b8ed10cbdf6122ab /contrib/infback9
parentb7bc38845416febaba0d3736fec890750ad9fb28 (diff)
downloadzlib-e8fee0ea7bf62e595bd5518b7b22e3e16397278c.tar.gz
Change version number to 1.2.8.
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 5722438..4a73ad2 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.7.3 Copyright 1995-2013 Mark Adler ";
+ " inflate9 1.2.8 Copyright 1995-2013 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, 68, 72};
+ 133, 133, 133, 133, 144, 72, 78};
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,