summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-01-03 01:58:15 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-01-04 11:48:54 +0100
commitcb8d3965fd7e74740e8b5c0a23a394fee4083770 (patch)
tree5350e004b86217d3fba9a6a16cadd4f509f994e6 /libavfilter/version.h
parentf7dc6aa6b194ea7b8e0d6f475f8ba04c3cd50a99 (diff)
lavfi/yadif: add support to named constants
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 505cea0ded..39117b5a6d 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 3
#define LIBAVFILTER_VERSION_MINOR 30
-#define LIBAVFILTER_VERSION_MICRO 103
+#define LIBAVFILTER_VERSION_MICRO 104
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \