diff options
author | Marti Maria <info@littlecms.com> | 2013-02-28 18:27:49 +0100 |
---|---|---|
committer | Marti Maria <info@littlecms.com> | 2013-02-28 18:27:49 +0100 |
commit | ceef4d3cf7c575a01dc0a84e08d6b91204522b99 (patch) | |
tree | 62a1ceae033249dd80fc50e01fe6d56c61845c41 /include | |
parent | 4ba02590b41108efdc91fbcd546dc4b4a38067c3 (diff) | |
download | lcms2-ceef4d3cf7c575a01dc0a84e08d6b91204522b99.tar.gz |
smooth tone curve fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/lcms2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lcms2.h b/include/lcms2.h index 5d74451..bafe775 100644 --- a/include/lcms2.h +++ b/include/lcms2.h @@ -23,7 +23,7 @@ // //--------------------------------------------------------------------------------- // -// Version 2.4 +// Version 2.5b // #ifndef _lcms2_H @@ -72,7 +72,7 @@ extern "C" { #endif // Version/release -#define LCMS_VERSION 2040 +#define LCMS_VERSION 2050 // I will give the chance of redefining basic types for compilers that are not fully C99 compliant #ifndef CMS_BASIC_TYPES_ALREADY_DEFINED |