summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-04-01 23:19:02 -0300
committerJames Almer <jamrial@gmail.com>2018-04-01 23:22:18 -0300
commitf1805d160d66442567094fc84d3063ad42458809 (patch)
treed4de81a2babff6e5d6af1e76536a937185eaa83b
parent9b125826ed7eda54387c06469c081229b222ee59 (diff)
avfilter: bump version for the latest API change
And fix the entry in doc/APIchanges Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--doc/APIchanges2
-rw-r--r--libavfilter/version.h2
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, \