From 72e2c8f088074d9f0c7c8dfb007abc1287ddbb97 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 12 Feb 2012 16:15:47 -0800 Subject: Change version number to 1.2.7. --- deflate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deflate.c') diff --git a/deflate.c b/deflate.c index ad82a4c..9e4c2cb 100644 --- a/deflate.c +++ b/deflate.c @@ -52,7 +52,7 @@ #include "deflate.h" const char deflate_copyright[] = - " deflate 1.2.6.1 Copyright 1995-2012 Jean-loup Gailly and Mark Adler "; + " deflate 1.2.7 Copyright 1995-2012 Jean-loup Gailly and 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 -- cgit v1.2.3-55-g6feb