summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2015-01-15 11:39:06 +0100
committerClément Bœsch <clement@stupeflix.com>2015-01-15 16:36:13 +0100
commitf5326039938ca0599265462aed529fa10db5074f (patch)
tree72116f8a3b1cee176c3a22f7a1f53c60effa9708 /libavfilter/version.h
parent72c61c272c527ff4744d2b69253bf3f70d6a20f2 (diff)
avfilter: add showpalette filter
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 383eb55ef4..021f01c73a 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 5
-#define LIBAVFILTER_VERSION_MINOR 7
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 8
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \