diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-08 11:11:46 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-12 00:08:39 +0100 |
commit | edc45d1bd50dd51e11e453f60ecc3770482cd544 (patch) | |
tree | fdb3785cfa8ee72ba3aceb1736ac01c65b06303e /libavfilter/version.h | |
parent | 58e59396f5fe93f0606dc458d84c609b5d23ea1c (diff) | |
download | ffmpeg-edc45d1bd50dd51e11e453f60ecc3770482cd544.tar.gz |
avfilter: add monochrome video filter
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 47d73f89f8..9c8e224fc6 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 105 +#define LIBAVFILTER_VERSION_MINOR 106 #define LIBAVFILTER_VERSION_MICRO 100 |