summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-18 22:10:32 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-19 03:13:26 +0100
commit526e2415bd1e7e3f1f601ca2eb5e94513a830c9a (patch)
treed66350f9fed7b618c335179c613d145d4d1a40a9 /libavfilter/version.h
parentca83e6ce266b5cb6760ed607d115c3547e06d71b (diff)
lavfi/gradfun: support named options.
This breaks usage for out-of-range values.
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 26b66457c5..ee6525f549 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 28
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MICRO 102
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \