summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-11-29 03:28:37 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-04 01:49:03 +0100
commit3313e46c4ae29899a76e85c1f59524f64ce43095 (patch)
treedf74762f3d8f81b9d22ef4379b15cf603887a5ee /libavfilter/version.h
parentb5eb630e216cd997050744aca0864012d5e1f7c9 (diff)
lavfi: add subtitles filter.
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 a4a2e37644..694f4f0ab4 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -29,8 +29,8 @@
#include "libavutil/avutil.h"
#define LIBAVFILTER_VERSION_MAJOR 3
-#define LIBAVFILTER_VERSION_MINOR 23
-#define LIBAVFILTER_VERSION_MICRO 105
+#define LIBAVFILTER_VERSION_MINOR 24
+#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \