diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-11-19 19:01:23 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-11-28 23:18:03 +0100 |
commit | d34c1b389ee6395ba81eec4d50316f189681da5d (patch) | |
tree | 645eec9ec68e1ec4da8f2e74daa761b951d62bc0 /libavfilter/version.h | |
parent | 93810a625cb7d0dc174576951519ce72321c9f66 (diff) | |
download | ffmpeg-d34c1b389ee6395ba81eec4d50316f189681da5d.tar.gz |
avfilter: add showcwt multimedia 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 1553e7fecf..69f3af5a9d 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,8 +31,8 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 50 -#define LIBAVFILTER_VERSION_MICRO 101 +#define LIBAVFILTER_VERSION_MINOR 51 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |