diff --git a/LICENSE b/LICENSE index 7f3d850b4..48cb3dede 100644 --- a/LICENSE +++ b/LICENSE @@ -10,7 +10,7 @@ this sentence. This code is released under the libpng license. -libpng versions 1.2.6, August 15, 2004, through 1.5.14beta06, December 23, 2012, are +libpng versions 1.2.6, August 15, 2004, through 1.5.14beta06, January 1, 2013, are Copyright (c) 2004, 2006-2012 Glenn Randers-Pehrson, and are distributed according to the same disclaimer and license as libpng-1.2.5 with the following individual added to the list of Contributing Authors @@ -108,4 +108,4 @@ certification mark of the Open Source Initiative. Glenn Randers-Pehrson glennrp at users.sourceforge.net -December 23, 2012 +January 1, 2013 diff --git a/Makefile.in b/Makefile.in index 1b5e17d44..9f2d39e1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1542,6 +1542,10 @@ uninstall-hook: rm -f '$(DESTDIR)$(bindir)/libpng-config' rm -f '$(DESTDIR)$(libdir)/libpng.a' rm -f '$(DESTDIR)$(libdir)/libpng.la' + rm -f '$(DESTDIR)$(libdir)/libpng.so' + rm -f '$(DESTDIR)$(libdir)/libpng.so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@' + rm -f '$(DESTDIR)$(libdir)/libpng.sl' + rm -f '$(DESTDIR)$(libdir)/libpng.dylib' rm -f '$(DESTDIR)$(libdir)/libpng.dll.a' # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/README b/README index e8319a7c6..95943b74a 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README for libpng version 1.5.14beta06 - December 23, 2012 (shared library 15.0) +README for libpng version 1.5.14beta06 - January 1, 2013 (shared library 15.0) See the note about version numbers near the top of png.h See INSTALL for instructions on how to install libpng. diff --git a/libpngpf.3 b/libpngpf.3 index 4479494d0..86093d8f5 100644 --- a/libpngpf.3 +++ b/libpngpf.3 @@ -1,4 +1,4 @@ -.TH LIBPNGPF 3 "December 23, 2012" +.TH LIBPNGPF 3 "January 1, 2013" .SH NAME libpng \- Portable Network Graphics (PNG) Reference Library 1.5.14beta06 (private functions) diff --git a/png.5 b/png.5 index 71bcaca9c..0cf6c22a5 100644 --- a/png.5 +++ b/png.5 @@ -1,4 +1,4 @@ -.TH PNG 5 "December 23, 2012" +.TH PNG 5 "January 1, 2013" .SH NAME png \- Portable Network Graphics (PNG) format .SH DESCRIPTION diff --git a/projects/vstudio/readme.txt b/projects/vstudio/readme.txt index 33e9fc5db..7cc4e56af 100644 --- a/projects/vstudio/readme.txt +++ b/projects/vstudio/readme.txt @@ -1,7 +1,7 @@ VisualStudio instructions -libpng version 1.5.14beta06 - December 23, 2012 +libpng version 1.5.14beta06 - January 1, 2013 Copyright (c) 1998-2010 Glenn Randers-Pehrson diff --git a/projects/vstudio/zlib.props b/projects/vstudio/zlib.props index 2e8672df4..ad08b55e0 100644 --- a/projects/vstudio/zlib.props +++ b/projects/vstudio/zlib.props @@ -2,7 +2,7 @@