diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2020-06-08 22:45:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-06-08 22:49:04 +0200 |
commit | 0a8a96c25194b550f3b87902e1b7f061738ae3cd (patch) | |
tree | ebee4698ed2202f671b47c113d2620c032434441 /libavcodec | |
parent | 49739d168876fa6e9aaf0bfe50b531ec922abc9f (diff) | |
download | ffmpeg-0a8a96c25194b550f3b87902e1b7f061738ae3cd.tar.gz |
Bump minor versions to separate 4.3 from master
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 524fbc3b11..85fbe24dc6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 90 +#define LIBAVCODEC_VERSION_MINOR 91 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |