From 5abbb1430d3e40eae159c2e38f929f99cdd458ae Mon Sep 17 00:00:00 2001 From: James Almer <jamrial@gmail.com> Date: Fri, 20 Jul 2018 15:49:13 -0300 Subject: [PATCH] avcodec: bump micro version after previous changes Signed-off-by: James Almer <jamrial@gmail.com> --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/version.h b/libavcodec/version.h index 7139c1f5573..72e70945f7f 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, \ -- GitLab