diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-25 18:24:14 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-25 20:50:16 +0100 |
commit | 06e8d38f2bebfb3c79c9f5e907f975ed02841f94 (patch) | |
tree | 6757cab6cbea94c11cdd14983f1d499268f14228 /libavfilter/avfilter.h | |
parent | c65dfac466c2248a5a099a4fb9d421a9f647da03 (diff) | |
download | ffmpeg-06e8d38f2bebfb3c79c9f5e907f975ed02841f94.tar.gz |
Add minor bumps and APIchanges entries for lavc/lavfi changes.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index a5cc8b2569..70efc5cd3c 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -30,8 +30,8 @@ #include "libavcodec/avcodec.h" #define LIBAVFILTER_VERSION_MAJOR 2 -#define LIBAVFILTER_VERSION_MINOR 13 -#define LIBAVFILTER_VERSION_MICRO 1 +#define LIBAVFILTER_VERSION_MINOR 14 +#define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |