diff options
author | Marton Balint <cus@passwd.hu> | 2015-07-11 19:17:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-17 00:12:04 +0200 |
commit | c8ec2109f9b3343204f28859ad101249d716b8a8 (patch) | |
tree | bf0fbc0f7c735d821f97736f8cbef482bebebe3a | |
parent | 5117b5e9aaa0372b023dcdf8353173715da37246 (diff) | |
download | ffmpeg-c8ec2109f9b3343204f28859ad101249d716b8a8.tar.gz |
avformat: bump micro version after adding concatdec features
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Marton Balint <cus@passwd.hu>
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 052551cfb5..3ddba0c872 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 56 #define LIBAVFORMAT_VERSION_MINOR 40 -#define LIBAVFORMAT_VERSION_MICRO 100 +#define LIBAVFORMAT_VERSION_MICRO 101 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |