From f1805d160d66442567094fc84d3063ad42458809 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 1 Apr 2018 23:19:02 -0300 Subject: [PATCH] avfilter: bump version for the latest API change And fix the entry in doc/APIchanges Signed-off-by: James Almer --- doc/APIchanges | 2 +- libavfilter/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 235868b22a..adc8b1d0c8 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,7 +15,7 @@ libavutil: 2017-10-21 API changes, most recent first: -2018-xx-xx - xxxxxxx - lavc 7.13.100 - avcodec.h +2018-xx-xx - xxxxxxx - lavfi 7.14.100 - avfilter.h Deprecate use of avfilter_register(), avfilter_register_all(), avfilter_next(). Add av_filter_iterate(). diff --git a/libavfilter/version.h b/libavfilter/version.h index 8d77a500bf..d9b49ea744 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 13 +#define LIBAVFILTER_VERSION_MINOR 14 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \