summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-30 22:31:18 +0100
committerAnton Khirnov <anton@khirnov.net>2013-04-11 20:33:33 +0200
commit38f0c0781a6e099f11c0acec07f9b8be742190c4 (patch)
treef95058ce58bceb1c9f78c94a65b70949491ddb6b /libavfilter/version.h
parent4a37d4b3f8137a4c2bbbca043de076af966b9446 (diff)
lavfi: merge avfiltergraph.h into avfilter.h
We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
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 dde7952058..1a14956f39 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 7
+#define LIBAVFILTER_VERSION_MINOR 8
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \