diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-01-03 22:08:31 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-01-03 22:08:31 +0100 |
commit | f3964a59e1402303ba62f8c72cc78009bfab2300 (patch) | |
tree | 65ba979542ef7a3b74fa9a255f5cfd2cda3705f4 /libavfilter | |
parent | be91c89bab427fdd334dcd5242d33ccaefa823d7 (diff) | |
download | ffmpeg-f3964a59e1402303ba62f8c72cc78009bfab2300.tar.gz |
lib*/version.h: Bump Versions before release/5.0 branch
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter')
-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 a4066fd883..d17abdc5fa 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 8 -#define LIBAVFILTER_VERSION_MINOR 21 +#define LIBAVFILTER_VERSION_MINOR 22 #define LIBAVFILTER_VERSION_MICRO 100 |