Browse code

Update Changelog for lensfun addition and bump minor

Paul B Mahol authored on 2018/07/15 17:23:20
Showing 2 changed files
... ...
@@ -14,6 +14,7 @@ version <next>:
14 14
 - libtensorflow backend for DNN based filters like srcnn
15 15
 - vc1 decoder is now bit-exact
16 16
 - ATRAC9 decoder
17
+- lensfun wrapper filter
17 18
 
18 19
 
19 20
 version 4.0:
... ...
@@ -30,7 +30,7 @@
30 30
 #include "libavutil/version.h"
31 31
 
32 32
 #define LIBAVFILTER_VERSION_MAJOR   7
33
-#define LIBAVFILTER_VERSION_MINOR  25
33
+#define LIBAVFILTER_VERSION_MINOR  26
34 34
 #define LIBAVFILTER_VERSION_MICRO 100
35 35
 
36 36
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \