diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-05-07 09:42:14 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2010-05-07 09:55:50 -0500 |
commit | 537c1a5747f09831f4cd6f45d8f04c506091d4dc (patch) | |
tree | c7202467866ab43027a0285820be971f1cbd1dfd /scripts | |
parent | f24daf23a5ab11121af3cb91a5fdd572f5bd7ac3 (diff) | |
download | libpng-537c1a5747f09831f4cd6f45d8f04c506091d4dc.tar.gz |
[devel] Imported from libpng-1.5.0beta24.tarv1.5.0beta24
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/README.txt | 2 | ||||
-rwxr-xr-x | scripts/options.awk | 2 | ||||
-rw-r--r-- | scripts/pnglibconf.dfa | 2 | ||||
-rw-r--r-- | scripts/pnglibconf.h | 2 | ||||
-rw-r--r-- | scripts/pngwin.dfn | 2 | ||||
-rw-r--r-- | scripts/sym.dfn | 2 | ||||
-rw-r--r-- | scripts/symbols.dfn | 2 | ||||
-rw-r--r-- | scripts/vers.dfn | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/scripts/README.txt b/scripts/README.txt index 2282ede4d..e4f466aa9 100644 --- a/scripts/README.txt +++ b/scripts/README.txt @@ -1,5 +1,5 @@ -Makefiles for libpng version 1.5.0beta24 - April 29, 2010 +Makefiles for libpng version 1.5.0beta24 - May 7, 2010 pnglibconf.h => Stores configuration settings makefile.linux => Linux/ELF makefile diff --git a/scripts/options.awk b/scripts/options.awk index 6a588406a..dcffbdb37 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 - April 29, 2010 +# last changed in libpng version 1.5.0 - May 7, 2010 # # Copyright (c) 1998-2010 Glenn Randers-Pehrson # diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa index ea052293d..3d53b2793 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 April 29, 2010 +com libpng version PNGLIB_VERSION - last changed on May 7, 2010 com com Copyright (c) 1998-2010 Glenn Randers-Pehrson com diff --git a/scripts/pnglibconf.h b/scripts/pnglibconf.h index 211122764..8819a242a 100644 --- a/scripts/pnglibconf.h +++ b/scripts/pnglibconf.h @@ -1,7 +1,7 @@ /* libpng-1.5.0beta24 STANDARD API DEFINITION */ /* pnglibconf.h - library build configuration */ -/* last changed in libpng version 1.5.0 - April 29, 2010 */ +/* last changed in libpng version 1.5.0 - May 7, 2010 */ /* Copyright (c) 1998-2010 Glenn Randers-Pehrson */ diff --git a/scripts/pngwin.dfn b/scripts/pngwin.dfn index d23819ae0..f90ee88b9 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 [April 29, 2010] + * Last changed in libpng version 1.5.0 [May 7, 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 379621ecf..ef6dc027e 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 [April 29, 2010] + * Last changed in libpng version 1.5.0 [May 7, 2010] * Copyright (c) 1998-2010 Glenn Randers-Pehrson * * This code is released under the libpng license. diff --git a/scripts/symbols.dfn b/scripts/symbols.dfn index 16e0e45af..73c45a23a 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 [April 29, 2010] + * Last changed in libpng version 1.5.0 [May 7, 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 af9121b81..9f48fb21f 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 [April 29, 2010] + * Last changed in libpng version 1.5.0 [May 7, 2010] * Copyright (c) 1998-2010 Glenn Randers-Pehrson * * This code is released under the libpng license. |