From 219dd1f0939e5f2d50909710b70857149d734728 Mon Sep 17 00:00:00 2001 From: Yan Burman Date: Fri, 5 May 2017 21:15:55 +0300 Subject: [PATCH] Bumped version to 1.2.0 Signed-off-by: Yan Burman --- ChangeLog | 1 + src/sjcam_raw2dng.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9330fdd..b6120bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +v1.2.0 * Added support for stills taken in rotated orientation * Add full support for crop FOV in M20 and SJ5000x * Add support for non-zero stride diff --git a/src/sjcam_raw2dng.cpp b/src/sjcam_raw2dng.cpp index db722b5..e90036b 100644 --- a/src/sjcam_raw2dng.cpp +++ b/src/sjcam_raw2dng.cpp @@ -18,7 +18,7 @@ #include #include -#define VERSION_STR "v1.1.1" +#define VERSION_STR "v1.2.0" static FileFinder g_Files;