rawTherapee/rtgui/ppversion.h
michael b22a8a8e0e Enhancement to Auto Levels on behalf of Emil;
Replacements of the packaged profiles.
(see issue 940)
2011-11-18 17:28:44 -05: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 301
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
#endif