Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-06-16 15:07:01 +0300
committerPaul B Mahol <onemda@gmail.com>2017-06-19 15:03:54 +0300
commitca5cf84655f38e8e1eaaff714d62ee824c21a309 (patch)
treed0475c0c798a8fa02c9e7099a8aeb36f3d17a79d /libavfilter/version.h
parentd790f18ac0c3ef82459ebb526039d42b1ea73bc2 (diff)
avfilter: add superequalizer filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 1fa3cf7535..c37a34242f 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 6
-#define LIBAVFILTER_VERSION_MINOR 92
+#define LIBAVFILTER_VERSION_MINOR 93
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \