summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-01-19 17:38:44 +0100
committerNicolas George <nicolas.george@normalesup.org>2012-01-24 11:38:36 +0100
commit0c3577bfd98a8a3791adb7c01b4a203dddb345f8 (patch)
tree91ee50333cd084b43d2da36a69567a7186e2a31d /libavfilter/version.h
parent9bd44b42a822609001c263ba0db0682113c8cc54 (diff)
lavfi: add avfilter_graph_dump.
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 6e19dd70f2..60e496dcc0 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 2
-#define LIBAVFILTER_VERSION_MINOR 59
-#define LIBAVFILTER_VERSION_MICRO 102
+#define LIBAVFILTER_VERSION_MINOR 60
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \