From be17a82f3cfb09174b668663ee3d194744fc9222 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Mon, 3 Dec 2018 19:10:42 +0100 Subject: [PATCH] lavc: Bump version for r210 pix_fmt change. --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/version.h b/libavcodec/version.h index 8c81ccc2d5..f758093582 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 41 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \