Bump PP version to 328 due to ff_clipControl (by @heckflosse)

This commit is contained in:
Flössie
2017-11-22 20:41:13 +01:00
parent a1a583a077
commit 7ba16a6f06
2 changed files with 12 additions and 7 deletions

View File

@@ -1,14 +1,15 @@
#ifndef _PPVERSION_
#define _PPVERSION_
#pragma once
// This number has to be incremented whenever the PP3 file format is modified or the behaviour of a tool changes
#define PPVERSION 327
#define PPVERSION 328
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
/*
Log of version changes
328 2017-11-22
Fix wrong type of ff_clipControl
327 2017-09-15
[Profiles Lens Correction] Added Lensfun
[Profiled Lens Correction] Added Lensfun
326 2015-07-26
[Exposure] Added 'Perceptual' tone curve mode
325 2015-07-23
@@ -45,5 +46,3 @@
added [Directional Pyramid Denoising] Method, Redchro, Bluechro
added [RGB Curves] LumaMode
*/
#endif