diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-02 00:51:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-03 17:01:56 +0100 |
commit | 1897109c00a04373248e401d192ed26b1b74dd03 (patch) | |
tree | cfc87058782656257cc5b05750a1c0dfd65aeefd /libavfilter/version.h | |
parent | c44281906a87b0cee4035ca3f2bddfd2ab1f797b (diff) | |
download | ffmpeg-1897109c00a04373248e401d192ed26b1b74dd03.tar.gz |
lavfi/pad: add support to named options
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 b6f7992e11..f90d3f2018 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,7 +30,7 @@ #define LIBAVFILTER_VERSION_MAJOR 3 #define LIBAVFILTER_VERSION_MINOR 35 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |