summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2017-08-29 15:46:36 +0200
committerNicolas George <george@nsup.org>2017-08-29 15:46:36 +0200
commit7302d5e325977d4a8ff61422fdabdae0dc504ec0 (patch)
tree2db0c5b4e038bcf40627b4226cd52fa0f9472ee2 /libavfilter
parent844bc0d89e1d59f1593448bfc0fc52fec34e0946 (diff)
lavfi: bump minor version after change in options.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 22207127d0..60f18f7c51 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 100
+#define LIBAVFILTER_VERSION_MINOR 101
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \