diff options
author | James Almer <jamrial@gmail.com> | 2018-07-20 15:49:13 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-07-20 15:49:36 -0300 |
commit | 5abbb1430d3e40eae159c2e38f929f99cdd458ae (patch) | |
tree | c21fa70992a87e5cb8fec7bf838d9a9d8682ea75 | |
parent | 9888a19db477cb8cc217321468c12a2ebe521d32 (diff) | |
download | ffmpeg-5abbb1430d3e40eae159c2e38f929f99cdd458ae.tar.gz |
avcodec: bump micro version after previous changes
Signed-off-by: James Almer <jamrial@gmail.com>
-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 7139c1f557..72e70945f7 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 21 -#define LIBAVCODEC_VERSION_MICRO 105 +#define LIBAVCODEC_VERSION_MICRO 106 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |