diff options
Diffstat (limited to 'scripts/pngdef.pas')
-rw-r--r-- | scripts/pngdef.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pngdef.pas b/scripts/pngdef.pas index 6e2068317..d49174181 100644 --- a/scripts/pngdef.pas +++ b/scripts/pngdef.pas @@ -7,8 +7,8 @@ unit pngdef; interface const - PNG_LIBPNG_VER_STRING = '1.2.5'; - PNG_LIBPNG_VER = 10205; + PNG_LIBPNG_VER_STRING = '1.2.6beta1'; + PNG_LIBPNG_VER = 10206; type png_uint_32 = Cardinal; |