diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/im_format_all.h | 2 | ||||
-rw-r--r-- | include/im_util.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/im_format_all.h b/include/im_format_all.h index 7ae8052..2a6ab96 100644 --- a/include/im_format_all.h +++ b/include/im_format_all.h @@ -176,7 +176,7 @@ void imFormatRegisterJPEG(void); * \section Description * * \par - * Access to the PNG file format uses libPNG version 1.2.37. \n + * Access to the PNG file format uses libPNG version 1.2.39. \n * http://www.libpng.org \n * Copyright (C) 1998-2009 Glenn Randers-Pehrson * diff --git a/include/im_util.h b/include/im_util.h index ab50671..7858b39 100644 --- a/include/im_util.h +++ b/include/im_util.h @@ -241,9 +241,9 @@ void imBinSwapBytes8(void *data, int count); * http://www.zlib.org/ \n * Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler * \par - * LZF compression support uses libLZF version 1.51. \n - * http://liblzf.plan9.de/ \n - * Copyright (C) 2000-2005 Marc Alexander Lehmann + * LZF compression support uses libLZF version 3.5. \n + * http://software.schmorp.de/pkg/liblzf \n + * Copyright (C) 2000-2009 Marc Alexander Lehmann * See \ref im_util.h * \ingroup util */ |