summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2014-03-16 15:39:03 +0100
committerMarti Maria <info@littlecms.com>2014-03-16 15:39:03 +0100
commit46a891e4552c8893fad70d190324450da826dd7c (patch)
treefefd6e5ebb8ed1898478d3b2035211d23496e502
parenta5bbc044b47f2fd82a91155dde74f92d795877f1 (diff)
downloadlcms2-46a891e4552c8893fad70d190324450da826dd7c.tar.gz
Documentation for 2.6
-rwxr-xr-xdoc/LittleCMS2.6 API.pdfbin990129 -> 988802 bytes
-rwxr-xr-xdoc/LittleCMS2.6 Plugin API.pdfbin506789 -> 512455 bytes
-rw-r--r--include/lcms2.h4
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/LittleCMS2.6 API.pdf b/doc/LittleCMS2.6 API.pdf
index e8e004b..ba4e430 100755
--- a/doc/LittleCMS2.6 API.pdf
+++ b/doc/LittleCMS2.6 API.pdf
Binary files differ
diff --git a/doc/LittleCMS2.6 Plugin API.pdf b/doc/LittleCMS2.6 Plugin API.pdf
index 3a31286..93379ee 100755
--- a/doc/LittleCMS2.6 Plugin API.pdf
+++ b/doc/LittleCMS2.6 Plugin API.pdf
Binary files differ
diff --git a/include/lcms2.h b/include/lcms2.h
index 8bf7e11..a0eeea7 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.6rc2
+// Version 2.6
//
#ifndef _lcms2_H
@@ -55,7 +55,7 @@
// Uncomment to get rid of the tables for "half" float support
// #define CMS_NO_HALF_SUPPORT 1
-// Uncomment to get rif of pthreads/windows dependency
+// Uncomment to get rid of pthreads/windows dependency
// #define CMS_NO_PTHREADS 1
// ********** End of configuration toggles ******************************