Skip to content

Commit

Permalink
Create a panic release for previous fix
Browse files Browse the repository at this point in the history
Printers are suddenly dropping ink on white zones of paper. Create a panic release to include the previous fix.
  • Loading branch information
Marti Maria committed Feb 3, 2022
1 parent fdbfb76 commit 233004a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

-----------------------
2.13.1 Hot fix
-----------------------
Fix for pure white going gray in grayscale transforms.

-----------------------
2.13 Featured release
-----------------------
Expand Down
4 changes: 2 additions & 2 deletions include/lcms2.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
// Version 2.13
// Version 2.13.1
//

#ifndef _lcms2_H
Expand Down Expand Up @@ -81,7 +81,7 @@ extern "C" {
#endif

// Version/release
#define LCMS_VERSION 2130
#define LCMS_VERSION 2131

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

0 comments on commit 233004a

Please sign in to comment.