aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2014-06-24 08:35:37 +0000
committerPaul B Mahol <onemda@gmail.com>2015-04-11 20:39:43 +0000
commitd2fc702ace340bb22290bc575a0194082dd00627 (patch)
tree30e6621ea03fedbe4e708ff612bc97c27471016f /libavfilter/version.h
parent415f1fab8de78a465aa671904c9da0c343f7198f (diff)
downloadffmpeg-d2fc702ace340bb22290bc575a0194082dd00627.tar.gz
avfilter: add chorus filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 43b7ab9c03..a4a9e63cb4 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 5
-#define LIBAVFILTER_VERSION_MINOR 13
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 14
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \