Last fix didn't work, creating new branch.

This commit is contained in:
Emil Martinec
2011-11-30 12:56:15 -06:00
commit 83c50037a0
1306 changed files with 280337 additions and 0 deletions

8
rtgui/ppversion.h Normal file
View File

@@ -0,0 +1,8 @@
#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