From 721a4efc0545548a241080b53ab480e34f366240 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 9 Jan 2016 09:25:32 +0100 Subject: buffer: add support for pools using caller data in allocation This should allow using more complex allocators than simple malloc wrappers. --- libavutil/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/version.h') diff --git a/libavutil/version.h b/libavutil/version.h index 25457acaf0..ebd548fe0d 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -54,7 +54,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 55 -#define LIBAVUTIL_VERSION_MINOR 5 +#define LIBAVUTIL_VERSION_MINOR 6 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ -- cgit v1.2.3