summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-09-08 17:51:17 +0200
committerPaul B Mahol <onemda@gmail.com>2021-10-02 18:49:40 +0200
commitba63078b0f90cd5f21574ffa5b100241a395fc94 (patch)
treeba9073aca1a0ef3210c40d48befbfafa1da351fd /libavfilter/version.h
parent1f447fd95463bbf39a78d886359a3006d82f6a94 (diff)
avfilter: add (a)latency filters
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 61e2c4d61c..dfbc1bd7c2 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 8
-#define LIBAVFILTER_VERSION_MINOR 10
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 11
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \