From 5d7de322d494f45cafbe6f3fc734d979023973d2 Mon Sep 17 00:00:00 2001 From: rcombs Date: Sat, 12 Nov 2022 13:40:45 -0600 Subject: lavc: bump micro version Needed after adding an AVOption in 9a4b318286b548ddab42cd56d0f8ca658ddb5859 --- libavcodec/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/version.h b/libavcodec/version.h index c3f344e46a..480dbd3b67 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #include "version_major.h" #define LIBAVCODEC_VERSION_MINOR 52 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ -- cgit v1.2.3