From cc5664ddad7d2f7b5c516eaca663531b3ce18a42 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 24 Nov 2011 14:36:49 -0600 Subject: [PATCH] [libpng15] Updated release number in png.h --- png.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/png.h b/png.h index f11c838ad..9b1affb6a 100644 --- a/png.h +++ b/png.h @@ -382,11 +382,12 @@ #define PNG_LIBPNG_VER_MAJOR 1 #define PNG_LIBPNG_VER_MINOR 5 #define PNG_LIBPNG_VER_RELEASE 7 + /* This should match the numeric part of the final component of * PNG_LIBPNG_VER_STRING, omitting any leading zero: */ -#define PNG_LIBPNG_VER_BUILD 02 +#define PNG_LIBPNG_VER_BUILD 05 /* Release Status */ #define PNG_LIBPNG_BUILD_ALPHA 1