diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-20 00:41:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2021-03-20 01:01:12 +0100 |
commit | c67d2a287502845baadf986a9c63e6117a25be3f (patch) | |
tree | 1d1bc4671f6305da7d6eae0831714adac719395e /libavformat | |
parent | 17cf309dfa6f84f925f66cc875d703d7986d4313 (diff) | |
download | ffmpeg-c67d2a287502845baadf986a9c63e6117a25be3f.tar.gz |
Bump Versions before release/4.4 branch
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index ca1cd1a920..46dc51a227 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -32,7 +32,7 @@ // Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium) // Also please add any ticket numbers that you believe might be affected here #define LIBAVFORMAT_VERSION_MAJOR 58 -#define LIBAVFORMAT_VERSION_MINOR 75 +#define LIBAVFORMAT_VERSION_MINOR 76 #define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |