summaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-07-26 19:45:53 +0200
committerClément Bœsch <ubitux@gmail.com>2012-08-16 22:03:32 +0200
commit3250231a0292d716afd9d1ad25fc39bacda17f67 (patch)
tree2f034d588ef578c62991381f47f111f365114030 /libavfilter/version.h
parent12d2bbf324e238cdc4adaca88116897b78e37817 (diff)
downloadffmpeg-streaming-3250231a0292d716afd9d1ad25fc39bacda17f67.zip
ffmpeg-streaming-3250231a0292d716afd9d1ad25fc39bacda17f67.tar.gz
lavfi: add edgedetect 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 b2ef311..b033744 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
-#define LIBAVFILTER_VERSION_MINOR 9
-#define LIBAVFILTER_VERSION_MICRO 102
+#define LIBAVFILTER_VERSION_MINOR 10
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \
OpenPOWER on IntegriCloud