rawTherapee/rtgui/ppversion.h
natureh caf53b95a3 Patch from issue 1359: "Munsell correction - Lab adjustements" credits: jdesmis
Bundled new features besid the Lab tool enhancement (by jdesmis) :
   - curve to control skin tones in vibrance tool, credits: jdesmis
   - right click over SHCSelector (below the parametric curve) to reset to default values, credits: Hombre
   - colored bars around curves, credits: Hombre
2012-07-21 00:47:24 +02:00

9 lines
248 B
C

#ifndef _PPVERSION_
#define _PPVERSION_
// This number have to be incremented whenever the PP3 file format is modified
#define PPVERSION 303
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
#endif