diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-12-08 22:14:27 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2015-12-08 22:19:15 -0600 |
commit | 0de0101fdd4f7eb068122897e8fd7a19c8cb9087 (patch) | |
tree | 86d79ce68a53c5be3d9b847fb6fb621e15a2d083 /scripts/def.c | |
parent | 1dbfb07c08d9fbfeb201d7b5ab19095da2aab18e (diff) | |
download | libpng-0de0101fdd4f7eb068122897e8fd7a19c8cb9087.tar.gz |
[libpng16] Bump version to 1.6.21beta01
Diffstat (limited to 'scripts/def.c')
-rw-r--r-- | scripts/def.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/def.c b/scripts/def.c index c3e424df7..492214f66 100644 --- a/scripts/def.c +++ b/scripts/def.c @@ -21,7 +21,7 @@ PNG_DFN "OS2 DESCRIPTION "PNG image compression library"" PNG_DFN "OS2 CODE PRELOAD MOVEABLE DISCARDABLE" PNG_DFN "" PNG_DFN "EXPORTS" -PNG_DFN ";Version 1.6.20" +PNG_DFN ";Version 1.6.21beta01" #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ PNG_DFN "@" SYMBOL_PREFIX "@@" name "@" |