diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-21 18:31:20 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-21 18:36:18 +0200 |
commit | 22db337a40275599eb8883b40bc03ecfc272ca1a (patch) | |
tree | 0359bbbb917429ac8e7ff1a778a8cfc93b215bc5 /libavcodec/version.h | |
parent | 27aa04c1cd826d26c4178167c3ae13d64dc19beb (diff) | |
download | ffmpeg-22db337a40275599eb8883b40bc03ecfc272ca1a.tar.gz |
Bump minor versions to separate 4.2 from master
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 3583499f19..3331d47300 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,8 +28,8 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 58 -#define LIBAVCODEC_VERSION_MINOR 53 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MINOR 54 +#define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |