summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-10-02 01:21:36 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-10-02 01:21:36 +0200
commitac7b1f742324358e38a3354b9a4b4863042dd927 (patch)
treecd9dde23392d0d469f52a4bf3352bbf7802e0bf2 /libavfilter/version.h
parentf5afd1c738d4bfd42de352d4900d24744d0367ce (diff)
lavfi/mandelbrot: Output RGB0 instead of RGBA.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 670ee4e501..73f6fd862c 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 6
#define LIBAVFILTER_VERSION_MINOR 9
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \