summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscuri <scuri>2009-08-19 21:33:45 +0000
committerscuri <scuri>2009-08-19 21:33:45 +0000
commit84016027621fcaed7da7e04e01403163686c8647 (patch)
tree8cbf32dade04eb5432fec2fb12799edd7b809fe2 /include
parentb2f636ebb0665e733d91c70ed5250b1ae8d4a511 (diff)
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/im_format_all.h2
-rw-r--r--include/im_util.h6
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 */