summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-25 12:12:36 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-16 05:33:23 +0100
commit42c7c61ab25809620b8c8809b3da73e25f5bbaaf (patch)
tree9cc267ffd8a0aad4e6fb50c04a6fa81bb6451bf2 /libavfilter/version.h
parent556aab8f11b045a21182eee32413aa78d5c8539b (diff)
avfiltergraph: replace AVFilterGraph.filter_count with nb_filters
This is more consistent with the naming in the rest of Libav.
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 a07af2bff6..1a5ec42916 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
-#define LIBAVFILTER_VERSION_MINOR 5
+#define LIBAVFILTER_VERSION_MINOR 6
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \