aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-02-12 16:15:47 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-02-12 16:15:47 -0800
commit72e2c8f088074d9f0c7c8dfb007abc1287ddbb97 (patch)
treefc203a2bd6d7514b5ba98fab1141457e50e13f3f /deflate.c
parent94acb3c1a0fbd14482224d6af3699ddb9e163510 (diff)
downloadzlib-72e2c8f088074d9f0c7c8dfb007abc1287ddbb97.tar.gz
zlib-72e2c8f088074d9f0c7c8dfb007abc1287ddbb97.tar.bz2
zlib-72e2c8f088074d9f0c7c8dfb007abc1287ddbb97.zip
Change version number to 1.2.7.
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 ad82a4c..9e4c2cb 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.6.1 Copyright 1995-2012 Jean-loup Gailly and Mark Adler "; 55 " deflate 1.2.7 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