Skip to content

Commit 233004a

Browse files
author
Marti Maria
committed
Create a panic release for previous fix
Printers are suddenly dropping ink on white zones of paper. Create a panic release to include the previous fix.
1 parent fdbfb76 commit 233004a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
-----------------------
3+
2.13.1 Hot fix
4+
-----------------------
5+
Fix for pure white going gray in grayscale transforms.
6+
27
-----------------------
38
2.13 Featured release
49
-----------------------

include/lcms2.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//
2424
//---------------------------------------------------------------------------------
2525
//
26-
// Version 2.13
26+
// Version 2.13.1
2727
//
2828

2929
#ifndef _lcms2_H
@@ -81,7 +81,7 @@ extern "C" {
8181
#endif
8282

8383
// Version/release
84-
#define LCMS_VERSION 2130
84+
#define LCMS_VERSION 2131
8585

8686
// I will give the chance of redefining basic types for compilers that are not fully C99 compliant
8787
#ifndef CMS_BASIC_TYPES_ALREADY_DEFINED

0 commit comments

Comments
 (0)