summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2017-07-14 09:36:58 +0200
committerMarti Maria <info@littlecms.com>2017-07-14 09:37:11 +0200
commit076cd1acd89daddeaf477b43cf2ce23f13b5c025 (patch)
tree8c764cf9ec9afcc6aa8c4ab60be9bfaf4acfb334 /include
parent4829accc79dd690fa99a5718a08b3cb43812f1ac (diff)
downloadlcms2-076cd1acd89daddeaf477b43cf2ce23f13b5c025.tar.gz
Prepare for 2.9 release
Set copyright notices and version stamp, Still there are missing files, like documentation
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h16
-rw-r--r--include/lcms2_plugin.h2
2 files changed, 9 insertions, 9 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index 35d4bc4..dcc3373 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2016 Marti Maria Saguer
+// Copyright (c) 1998-2017 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.8
+// Version 2.9b1
//
#ifndef _lcms2_H
@@ -78,7 +78,7 @@ extern "C" {
#endif
// Version/release
-#define LCMS_VERSION 2080
+#define LCMS_VERSION 2090
// I will give the chance of redefining basic types for compilers that are not fully C99 compliant
#ifndef CMS_BASIC_TYPES_ALREADY_DEFINED
@@ -263,9 +263,9 @@ typedef int cmsBool;
#endif
// D50 XYZ normalized to Y=1.0
-#define cmsD50X 0.9642
-#define cmsD50Y 1.0
-#define cmsD50Z 0.8249
+#define cmsD50X 0.9642
+#define cmsD50Y 1.0
+#define cmsD50Z 0.8249
// V4 perceptual black
#define cmsPERCEPTUAL_BLACK_X 0.00336
@@ -273,8 +273,8 @@ typedef int cmsBool;
#define cmsPERCEPTUAL_BLACK_Z 0.00287
// Definitions in ICC spec
-#define cmsMagicNumber 0x61637370 // 'acsp'
-#define lcmsSignature 0x6c636d73 // 'lcms'
+#define cmsMagicNumber 0x61637370 // 'acsp'
+#define lcmsSignature 0x6c636d73 // 'lcms'
// Base ICC type definitions
diff --git a/include/lcms2_plugin.h b/include/lcms2_plugin.h
index 17e480e..17bec42 100644
--- a/include/lcms2_plugin.h
+++ b/include/lcms2_plugin.h
@@ -1,7 +1,7 @@
//---------------------------------------------------------------------------------
//
// Little Color Management System
-// Copyright (c) 1998-2016 Marti Maria Saguer
+// Copyright (c) 1998-2017 Marti Maria Saguer
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the "Software"),