diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-20 00:48:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-20 01:02:11 +0100 |
commit | c361fa9e215cf21fb0e5b3395d675aec3d216719 (patch) | |
tree | e10eec416536a4e0954542b7a3bf0e5bfe2572fb /libswresample/version.h | |
parent | c67d2a287502845baadf986a9c63e6117a25be3f (diff) | |
download | ffmpeg-c361fa9e215cf21fb0e5b3395d675aec3d216719.tar.gz |
Bump minor versions after release branchn4.5-dev
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswresample/version.h')
-rw-r--r-- | libswresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/version.h b/libswresample/version.h index 0a99e0f135..35cf7f0c14 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBSWRESAMPLE_VERSION_MAJOR 3 -#define LIBSWRESAMPLE_VERSION_MINOR 9 +#define LIBSWRESAMPLE_VERSION_MINOR 10 #define LIBSWRESAMPLE_VERSION_MICRO 100 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ |