From c6e01ebe411e6498552b2ef73b45aaef124d2264 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 13 May 2018 18:26:50 +0200 Subject: avfilter: add bilateral filter Signed-off-by: Paul B Mahol --- libavfilter/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/version.h') diff --git a/libavfilter/version.h b/libavfilter/version.h index e8c5f4ab61..869655f4bd 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 7 -#define LIBAVFILTER_VERSION_MINOR 63 +#define LIBAVFILTER_VERSION_MINOR 64 #define LIBAVFILTER_VERSION_MICRO 100 -- cgit v1.2.3