diff options
author | Arwa Arif <arwaarif1994@gmail.com> | 2014-12-12 11:14:26 +0530 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2014-12-12 18:28:31 +0000 |
commit | 9f85c273a36d0db1c6c05759f6bb6eee763ad429 (patch) | |
tree | c855f96949907b03e2dfaca3db4354af8c9b1a58 /libavfilter/version.h | |
parent | 2a8eb0d1565afe1c6f6a805a743987926a8dbaa7 (diff) | |
download | ffmpeg-9f85c273a36d0db1c6c05759f6bb6eee763ad429.tar.gz |
Delete mp=uspp
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 50fc9327de..58a1c8bef2 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -31,7 +31,7 @@ #define LIBAVFILTER_VERSION_MAJOR 5 #define LIBAVFILTER_VERSION_MINOR 3 -#define LIBAVFILTER_VERSION_MICRO 100 +#define LIBAVFILTER_VERSION_MICRO 101 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |