diff options
author | Andrew Kelley <superjoe30@gmail.com> | 2014-02-26 01:47:40 -0500 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-26 08:09:58 +0100 |
commit | 738f83582a3aaabb81309eacd4ab9c3d2acb4071 (patch) | |
tree | d47484d75924af868afe29cff42834d2428a0a75 /libavfilter/version.h | |
parent | 4ec336484d638b6b009636f465352c61a5a57061 (diff) | |
download | ffmpeg-738f83582a3aaabb81309eacd4ab9c3d2acb4071.tar.gz |
lavfi: add compand audio filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index a665870aaa..6996f1c11b 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,8 +30,8 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 4 -#define LIBAVFILTER_VERSION_MINOR 1 -#define LIBAVFILTER_VERSION_MICRO 1 +#define LIBAVFILTER_VERSION_MINOR 2 +#define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |