diff options
author | Marc Jeffreys <[email protected]> | 2014-06-21 05:41:45 +0100 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2014-07-16 00:40:39 +0200 |
commit | a0b71e9f3e95d22b098e4d81c26d3bfe1f53249f (patch) | |
tree | 2ce796b97faaee6fd9e44089a2c624a230ede051 /libavfilter/version.h | |
parent | 04980dbee805f372f0505a0afd9ae10c0da1e17e (diff) |
avfilter/drawtext: Add basic text shaping using libfribidi
Fixes ticket #3758
Reviewed-by: Andrey Utkin <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index bf9191ecec..227d3203ff 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 4 -#define LIBAVFILTER_VERSION_MINOR 10 +#define LIBAVFILTER_VERSION_MINOR 11 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |