summaryrefslogtreecommitdiff
path: root/png.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-11-24 14:40:36 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-11-24 14:49:01 -0600
commit7455cbf47e046e3d5ab0a6bd78b0b746c6cfd77b (patch)
tree63014547c8594700b572292b4dca65ed13998370 /png.h
parent87fadd5eee23f72345ecf6ad40fdba5cc6470e4a (diff)
downloadlibpng-7455cbf47e046e3d5ab0a6bd78b0b746c6cfd77b.tar.gz
[libpng16] Update internal version numbering and SO-numbers
Diffstat (limited to 'png.h')
-rw-r--r--png.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/png.h b/png.h
index ced8dcbca..1f5444057 100644
--- a/png.h
+++ b/png.h
@@ -376,8 +376,8 @@
#define PNG_HEADER_VERSION_STRING \
" libpng version 1.6.0alpha01 - November 24, 2011\n"
-#define PNG_LIBPNG_VER_SONUM 15
-#define PNG_LIBPNG_VER_DLLNUM 15
+#define PNG_LIBPNG_VER_SONUM 16
+#define PNG_LIBPNG_VER_DLLNUM 16
/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
#define PNG_LIBPNG_VER_MAJOR 1