summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-12-06 22:03:02 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-12-06 22:31:42 +0100
commitc6a216771fa2923f946f09952ff004debdecf673 (patch)
tree4725f23b76b83db8a52f4668705128155570f7d0 /libavfilter/version.h
parentfef7b2e0bef6972d8d48df51e477af7b017d1a38 (diff)
lavfi/tinterlace: add support to option parsing
Simplify code, and provide introspection through the AVOption system.
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 bf5f4969f0..04ae6dce8b 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 25
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \