summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-10-19 13:32:56 -0700
committerMichael Niedermayer <michaelni@gmx.at>2014-10-20 14:52:27 +0200
commitff68ceb1b55b7801afd25186ca16e606bfd2442a (patch)
treee22e127f69b4b51f97b1838dd7f20b5a28694ae1 /libavfilter/version.h
parentb5583fc3e002b57441b37d60f8728fd9b09ddc47 (diff)
avfilter/vf_idet: add both multiple and single frame detection metadata
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 5d97f65032..2fa15ebe2e 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 1
-#define LIBAVFILTER_VERSION_MICRO 106
+#define LIBAVFILTER_VERSION_MINOR 2
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \