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 /libavcodec | |
parent | c67d2a287502845baadf986a9c63e6117a25be3f (diff) | |
download | ffmpeg-n4.5-dev.tar.gz |
Bump minor versions after release branchn4.5-dev
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 cfdde46960..1444c19552 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 134 +#define LIBAVCODEC_VERSION_MINOR 135 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |