[devel] Bump back to version libpng-1.5.0beta34
diff --git a/scripts/README.txt b/scripts/README.txt index 5e670e8..c62a32a 100644 --- a/scripts/README.txt +++ b/scripts/README.txt
@@ -1,9 +1,9 @@ -Makefiles for libpng version 1.5.0beta33 - June 29, 2010 +Makefiles for libpng version 1.5.0beta34 - July 6, 2010 pnglibconf.h => Stores configuration settings makefile.linux => Linux/ELF makefile - (gcc, creates libpng15.so.15.1.5.0beta33) + (gcc, creates libpng15.so.15.1.5.0beta34) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with ansi2knr (Requires ansi2knr.c from @@ -20,7 +20,7 @@ makefile.dec => DEC Alpha UNIX makefile makefile.dj2 => DJGPP 2 makefile makefile.elf => Linux/ELF makefile symbol versioning, - gcc, creates libpng15.so.15.1.5.0beta33) + (gcc, creates libpng15.so.15.1.5.0beta34) makefile.freebsd => FreeBSD makefile makefile.gcc => Generic gcc makefile makefile.hpgcc => HPUX makefile using gcc @@ -35,12 +35,12 @@ makefile.os2 => OS/2 Makefile (gcc and emx, requires libpng.def) makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc makefile.sggcc => Silicon Graphics (gcc, - creates libpng15.so.15.1.5.0beta33) + creates libpng15.so.15.1.5.0beta34) makefile.sgi => Silicon Graphics IRIX makefile (cc, creates static lib) makefile.solaris => Solaris 2.X makefile (gcc, - creates libpng15.so.15.1.5.0beta33) + creates libpng15.so.15.1.5.0beta34) makefile.so9 => Solaris 9 makefile (gcc, - creates libpng15.so.15.1.5.0beta33) + creates libpng15.so.15.1.5.0beta34) makefile.std => Generic UNIX makefile (cc, creates static libpng.a) makefile.sunos => Sun makefile makefile.32sunu => Sun Ultra 32-bit makefile
diff --git a/scripts/libpng-config-head.in b/scripts/libpng-config-head.in index 8856493..7cea504 100755 --- a/scripts/libpng-config-head.in +++ b/scripts/libpng-config-head.in
@@ -11,7 +11,7 @@ # Modeled after libxml-config. -version=1.5.0beta33 +version=1.5.0beta34 prefix="" libdir="" libs=""
diff --git a/scripts/libpng.pc.in b/scripts/libpng.pc.in index d1cdf93..67f4cdb 100644 --- a/scripts/libpng.pc.in +++ b/scripts/libpng.pc.in
@@ -5,6 +5,6 @@ Name: libpng Description: Loads and saves PNG files -Version: 1.5.0beta33 +Version: 1.5.0beta34 Libs: -L${libdir} -lpng15 Cflags: -I${includedir}
diff --git a/scripts/makefile.ne12bsd b/scripts/makefile.ne12bsd index 24f8a51..628a100 100644 --- a/scripts/makefile.ne12bsd +++ b/scripts/makefile.ne12bsd
@@ -17,7 +17,7 @@ LIB= png15 SHLIB_MAJOR= 0 -SHLIB_MINOR= 1.5.0beta33 +SHLIB_MINOR= 1.5.0beta34 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngwtran.c pngmem.c pngerror.c pngpread.c
diff --git a/scripts/makefile.netbsd b/scripts/makefile.netbsd index f7237fa..27762f9 100644 --- a/scripts/makefile.netbsd +++ b/scripts/makefile.netbsd
@@ -17,7 +17,7 @@ LIB= png SHLIB_MAJOR= 3 -SHLIB_MINOR= 1.5.0beta33 +SHLIB_MINOR= 1.5.0beta34 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ pngwtran.c pngmem.c pngerror.c pngpread.c
diff --git a/scripts/makefile.openbsd b/scripts/makefile.openbsd index 2953667..4971cc1 100644 --- a/scripts/makefile.openbsd +++ b/scripts/makefile.openbsd
@@ -11,7 +11,7 @@ MANDIR= ${PREFIX}/man/cat SHLIB_MAJOR= 0 -SHLIB_MINOR= 1.5.0beta33 +SHLIB_MINOR= 1.5.0beta34 LIB= png SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \
diff --git a/scripts/options.awk b/scripts/options.awk index 8efe19f..ce590da 100755 --- a/scripts/options.awk +++ b/scripts/options.awk
@@ -1,7 +1,7 @@ #!/bin/awk -f # scripts/options.awk - library build configuration control # -# last changed in libpng version 1.5.0 - June 29, 2010 +# last changed in libpng version 1.5.0 - July 6, 2010 # # Copyright (c) 1998-2010 Glenn Randers-Pehrson #
diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa index f92a85f..8723773 100644 --- a/scripts/pnglibconf.dfa +++ b/scripts/pnglibconf.dfa
@@ -6,7 +6,7 @@ # com pnglibconf.h - library build configuration com -com libpng version PNGLIB_VERSION - last changed on June 29, 2010 +com libpng version PNGLIB_VERSION - last changed on July 6, 2010 com com Copyright (c) 1998-2010 Glenn Randers-Pehrson com
diff --git a/scripts/pnglibconf.h b/scripts/pnglibconf.h index acd00dd..5b90ed2 100644 --- a/scripts/pnglibconf.h +++ b/scripts/pnglibconf.h
@@ -1,7 +1,7 @@ -/* libpng-1.5.0beta33 STANDARD API DEFINITION */ +/* libpng-1.5.0beta34 STANDARD API DEFINITION */ /* pnglibconf.h - library build configuration */ -/* last changed in libpng version 1.5.0 - June 29, 2010 */ +/* last changed in libpng version 1.5.0 - July 6, 2010 */ /* Copyright (c) 1998-2010 Glenn Randers-Pehrson */
diff --git a/scripts/pngwin.def b/scripts/pngwin.def index a445f0d..37ce456 100644 --- a/scripts/pngwin.def +++ b/scripts/pngwin.def
@@ -11,7 +11,7 @@ ;OS2 CODE PRELOAD MOVEABLE DISCARDABLE EXPORTS -;Version 1.5.0beta33 +;Version 1.5.0beta34 png_access_version_number @1 png_set_sig_bytes @2 png_sig_cmp @3
diff --git a/scripts/pngwin.dfn b/scripts/pngwin.dfn index f25ac58..d966bff 100644 --- a/scripts/pngwin.dfn +++ b/scripts/pngwin.dfn
@@ -1,7 +1,7 @@ /* pngwin.dfn - define format of pngwin.def * - * Last changed in libpng version 1.5.0 [June 29, 2010] + * Last changed in libpng version 1.5.0 [July 6, 2010] * Copyright (c) 1998-2010 Glenn Randers-Pehrson * * This code is released under the libpng license.
diff --git a/scripts/sym.dfn b/scripts/sym.dfn index 583d477..cd19050 100644 --- a/scripts/sym.dfn +++ b/scripts/sym.dfn
@@ -1,7 +1,7 @@ /* sym.dfn - define format of libpng.sym * - * Last changed in libpng version 1.5.0 [June 29, 2010] + * Last changed in libpng version 1.5.0 [July 6, 2010] * Copyright (c) 1998-2010 Glenn Randers-Pehrson * * This code is released under the libpng license.
diff --git a/scripts/symbols.def b/scripts/symbols.def index 1696f96..caaba41 100644 --- a/scripts/symbols.def +++ b/scripts/symbols.def
@@ -5,7 +5,7 @@ LIBRARY EXPORTS -;Version 1.5.0beta33 +;Version 1.5.0beta34 png_access_version_number @1 png_set_sig_bytes @2 png_sig_cmp @3
diff --git a/scripts/symbols.dfn b/scripts/symbols.dfn index 6e2b556..7e4bb0e 100644 --- a/scripts/symbols.dfn +++ b/scripts/symbols.dfn
@@ -1,7 +1,7 @@ /* symbols.dfn - find all exported symbols * - * Last changed in libpng version 1.5.0 [June 29, 2010] + * Last changed in libpng version 1.5.0 [July 6, 2010] * Copyright (c) 1998-2010 Glenn Randers-Pehrson * * This code is released under the libpng license.
diff --git a/scripts/vers.dfn b/scripts/vers.dfn index 5f41889..ea7c3bb 100644 --- a/scripts/vers.dfn +++ b/scripts/vers.dfn
@@ -1,7 +1,7 @@ /* vers.dfn - define format of libpng.vers * - * Last changed in libpng version 1.5.0 [June 29, 2010] + * Last changed in libpng version 1.5.0 [July 6, 2010] * Copyright (c) 1998-2010 Glenn Randers-Pehrson * * This code is released under the libpng license.