diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-12-12 01:30:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-12 01:58:52 +0100 |
commit | 327c5292f2fe99d779d53ab332a63c28db071f15 (patch) | |
tree | a00aff7aaa3b84ee9954ff32c5c6e501de232c8f | |
parent | 1a4128c843a0c58c9f1b6c51fe0f232cc1bf7fb3 (diff) | |
download | ffmpeg-327c5292f2fe99d779d53ab332a63c28db071f15.tar.gz |
avfilter/version: bump for uspp
Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 6f61aeeadc..50fc9327de 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -30,8 +30,8 @@ #include "libavutil/version.h" #define LIBAVFILTER_VERSION_MAJOR 5 -#define LIBAVFILTER_VERSION_MINOR 2 -#define LIBAVFILTER_VERSION_MICRO 103 +#define LIBAVFILTER_VERSION_MINOR 3 +#define LIBAVFILTER_VERSION_MICRO 100 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |