summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorLenny Wang <lenny@multicorewareinc.com>2013-11-03 21:58:09 -0600
committerMichael Niedermayer <michaelni@gmx.at>2013-11-05 14:29:55 +0100
commit89a3be8921e265a487a5dfbd68671393b532edb7 (patch)
tree8864d1a3ac32a28d38d29ed387ef777a30a685ab /libavfilter/version.h
parent668255479085728bdf875a1b01c76201e2562a47 (diff)
avfilter/opencl: compile kernels separately
Reviewed-by: Wei Gao <highgod0401@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 a293d3bfd2..546ab5b338 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 90
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MICRO 102
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \