diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-05-25 11:13:32 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-05-29 12:37:46 +0200 |
commit | 525f83becd7c1cc8de4c1def6584510026c12f23 (patch) | |
tree | 488a6e270cdc22c673cfbbc3b181a1bae5a5975f /libavfilter/version.h | |
parent | fab9130c7ae97709b9dde4e4eecf83afb747241b (diff) | |
download | ffmpeg-525f83becd7c1cc8de4c1def6584510026c12f23.tar.gz |
avfilter: add tiltshelf audio 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 df23710223..86b33c4174 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 39 +#define LIBAVFILTER_VERSION_MINOR 40 #define LIBAVFILTER_VERSION_MICRO 100 |