diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2000-07-24 06:34:14 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:05:31 -0500 |
commit | 32fc5ceb91a86c2cc8dfe37521e3d28c8825c272 (patch) | |
tree | 7c3487b321fffe501c756a23a80d65382001800a /scripts/pngdef.pas | |
parent | 4766a244b23f951a64b7d7514f6b495debfa5a98 (diff) | |
download | libpng-32fc5ceb91a86c2cc8dfe37521e3d28c8825c272.tar.gz |
Imported from libpng-1.0.8.tarv1.0.8
Diffstat (limited to 'scripts/pngdef.pas')
-rw-r--r-- | scripts/pngdef.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pngdef.pas b/scripts/pngdef.pas index a6a7df17b..19059314d 100644 --- a/scripts/pngdef.pas +++ b/scripts/pngdef.pas @@ -5,7 +5,7 @@ unit pngdef; interface const - PNG_LIBPNG_VER_STRING = '1.0.8rc1'; + PNG_LIBPNG_VER_STRING = '1.0.8'; PNG_LIBPNG_VER = 10008; type |