diff options
author | Michael Niedermayer <[email protected]> | 2021-03-20 00:41:48 +0100 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2021-03-20 01:01:12 +0100 |
commit | c67d2a287502845baadf986a9c63e6117a25be3f (patch) | |
tree | 1d1bc4671f6305da7d6eae0831714adac719395e /libavcodec/version.h | |
parent | 17cf309dfa6f84f925f66cc875d703d7986d4313 (diff) |
Bump Versions before release/4.4 branch
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavcodec/version.h')
-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 662caebc49..cfdde46960 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 133 +#define LIBAVCODEC_VERSION_MINOR 134 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |