summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-04-30 16:44:28 +0200
committerPaul B Mahol <onemda@gmail.com>2019-05-31 12:53:20 +0200
commitb19550367fff8d8d77e94c4c5eaac42e70c61fc5 (patch)
tree995a20984eb08d8b554bbae12c34f6bca45f30e4 /libavfilter/version.h
parent9c35285aea84be916ab19a1ed3627afaad461199 (diff)
avfilter: add showspatial multimedia filter
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 86103810f9..91a5a1604e 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,8 +30,8 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7
-#define LIBAVFILTER_VERSION_MINOR 54
-#define LIBAVFILTER_VERSION_MICRO 101
+#define LIBAVFILTER_VERSION_MINOR 55
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \