From 550ec9b7e6989ff4de6ff5e38b6294874625bff2 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 21 Jul 2025 17:03:48 -0300 Subject: [PATCH] avfilter/version: bump version after vf_colordetect addition Signed-off-by: James Almer --- libavfilter/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/version.h b/libavfilter/version.h index bece922c7f..7e0eb9af97 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFILTER_VERSION_MINOR 2 +#define LIBAVFILTER_VERSION_MINOR 3 #define LIBAVFILTER_VERSION_MICRO 100