diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2022-01-03 22:10:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2022-01-03 22:10:46 +0100 |
commit | 4be85c9331ca7c3360dffbbd4ce5055e8c478d2e (patch) | |
tree | a7fe80d1cc9f31e483ad4f486a25ede78e6bf608 /libavformat | |
parent | f3964a59e1402303ba62f8c72cc78009bfab2300 (diff) | |
download | ffmpeg-4be85c9331ca7c3360dffbbd4ce5055e8c478d2e.tar.gz |
lib*/version.h: Bump Versions after release/5.0 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 2b51351ccb..e8873c8925 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 59 -#define LIBAVFORMAT_VERSION_MINOR 14 +#define LIBAVFORMAT_VERSION_MINOR 15 #define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |