From 8eeb203a27bc722307bca50bbfe297f33bc6cf2e Mon Sep 17 00:00:00 2001 From: torger Date: Thu, 23 Jul 2015 21:37:03 +0200 Subject: [PATCH] Issue 2850: updated ppversion due to slight curve behavior change --- rtgui/ppversion.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtgui/ppversion.h b/rtgui/ppversion.h index 587b4204f..e6f901fed 100644 --- a/rtgui/ppversion.h +++ b/rtgui/ppversion.h @@ -2,11 +2,12 @@ #define _PPVERSION_ // This number has to be incremented whenever the PP3 file format is modified or the behaviour of a tool changes -#define PPVERSION 324 +#define PPVERSION 325 #define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified /* Log of version changes + 325 2015-07-23 Normalized RGB pipeline curve gammas to sRGB (before it was a mix between sRGB and 1.0 and depended on file format) 323 2015-10-05 [Exposure] Added 'Luminance' tone curve mode 322 2015-01-31