diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-02 17:16:05 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-05 18:26:27 +0100 |
commit | a125e081307d1cb3e84eee61fd0485dac317877b (patch) | |
tree | ee1ff625e372e31d3b0fced644a747ca4caa3b31 /libavfilter/version.h | |
parent | 03fb314acfa4f5a4af84a6fc82a425477fd352eb (diff) | |
download | ffmpeg-a125e081307d1cb3e84eee61fd0485dac317877b.tar.gz |
avfilter: add adenorm filter
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 44264e12cb..7112ec8942 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,8 +30,8 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 88 -#define LIBAVFILTER_VERSION_MICRO 102 +#define LIBAVFILTER_VERSION_MINOR 89 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |