summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-09-11 21:10:43 +0200
committerClément Bœsch <u@pkh.me>2014-09-16 21:23:33 +0200
commit4b58349bc8ff2ff5dfbc9eef1e5856fd16e1f517 (patch)
tree525d51dbe9c15439f462993d3d328b9e642d4834 /libavfilter/version.h
parent8a9c5db29e847b35a70e1866dde2a1d056e2a265 (diff)
avfilter/ass: add shaping option
The documentation is mostly based on ass.h public header.
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 e855fd31d7..9ce4fcdf9e 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
#define LIBAVFILTER_VERSION_MAJOR 5
#define LIBAVFILTER_VERSION_MINOR 1
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \