diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-02-08 15:48:59 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-02-09 21:41:53 +0000 |
commit | 6e9abce5e2d2e1ed51fbf4cb7bc69b89d0a8aa96 (patch) | |
tree | c913d4f900f385004615b2306f772ac476d3864f /libavfilter/version.h | |
parent | 796012af6c780b5b13ebca39a491f215515a18fe (diff) | |
download | ffmpeg-6e9abce5e2d2e1ed51fbf4cb7bc69b89d0a8aa96.tar.gz |
lavfi: port MP il filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index a4ba75ab23..dfeb842c1b 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 36 +#define LIBAVFILTER_VERSION_MINOR 37 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |