diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-05-25 01:07:46 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-05-27 20:42:28 +0200 |
commit | 158d96e3f0ab1a01aa5eb8f0a4f9307834d10f70 (patch) | |
tree | c2bcf2ad6f65e764bd1e6a9892ed85952d36b4ba /libavfilter/version.h | |
parent | 43286028906adab67ec87bc15ff3010d0f6c2ff0 (diff) | |
download | ffmpeg-158d96e3f0ab1a01aa5eb8f0a4f9307834d10f70.tar.gz |
lavfi: add haldclut filter.
Fixes Ticket #2517.
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 fa4c1ddfab..51e13b99e4 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 71 +#define LIBAVFILTER_VERSION_MINOR 72 #define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |