summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormm2 <marti.maria@littlecms.com>2021-02-06 12:52:23 +0100
committermm2 <marti.maria@littlecms.com>2021-02-06 12:52:23 +0100
commit924a020d09bfe468c665467caf24aadeb41ff77c (patch)
tree2e806ed98834a0d45855dd7578121845c910121b
parent1c539c1640fb2a0ff4c0e60719f27caeee4054eb (diff)
downloadlcms2-924a020d09bfe468c665467caf24aadeb41ff77c.tar.gz
Release 2.12lcms2.122.12
Set comment on lcms2.h to version 2.12 Update change log
-rw-r--r--ChangeLog3
-rw-r--r--include/lcms2.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ab5ecd6..1322ea0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@
-----------------------
Added new build-in sigmoidal tone curve
Added XCode 12 project
-Addes support for multichannel input up to 15 channels
+Added support for multichannel input up to 15 channels
Fix LUT8 write matrix
Fix version mess on 10/11
Fix tools & samples xgetopt
@@ -15,6 +15,7 @@ plugin: add lab to any on float
plugin: it can now be compiled as C++
recover PDF documentation, but try to keep it under a resonable size.
Prevent a rare but possible out-of-bounds read in postscript generator
+Remove unused variables
-----------------------
2.11 Maintenance release
diff --git a/include/lcms2.h b/include/lcms2.h
index c115cfd..c04b73e 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.12rc2
+// Version 2.12
//
#ifndef _lcms2_H