diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-17 10:31:25 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 07:41:49 +0100 |
commit | d8b31be6caebd8d1321ecb754b6e7daaf81dc111 (patch) | |
tree | 114b30392b4533bd91e434516d20f21b59196a5b /libavfilter | |
parent | 8df23e938b4022d6e6e9e1180ea6418abae74fda (diff) | |
download | ffmpeg-d8b31be6caebd8d1321ecb754b6e7daaf81dc111.tar.gz |
Add the bumps and APIchanges entries for reference counted buffers changes.
Diffstat (limited to 'libavfilter')
-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 adcfa1e003..a07af2bff6 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 3 -#define LIBAVFILTER_VERSION_MINOR 4 +#define LIBAVFILTER_VERSION_MINOR 5 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |