diff --git a/doc/APIchanges b/doc/APIchanges
index 710967c8093b156668a04b7be8ef46c83381f27c..4ccd72b3c1d32495dea134b6aef4a95e7f662265 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil:   2011-04-18
 
 API changes, most recent first:
 
+2011-05-22 - xxxxxx - lavfi 2.10.0 - vsrc_buffer.h
+  Make libavfilter/vsrc_buffer.h public.
+
 2011-05-XX - XXXXXX - lavfi 2.8.0 - avcodec.h
   Add av_vsrc_buffer_add_frame() to libavfilter/avcodec.h.
 
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 8ea31698416d27484cd3dd95320134957d3bf83b..8130ee4d203c1a642e1b79e269feb5eb77ebde2b 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -6,7 +6,7 @@ FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
 FFLIBS-$(CONFIG_SCALE_FILTER) += swscale
 FFLIBS-$(CONFIG_MP_FILTER) += avcodec
 
-HEADERS = avcodec.h avfilter.h avfiltergraph.h
+HEADERS = avcodec.h avfilter.h avfiltergraph.h vsrc_buffer.h
 
 OBJS = allfilters.o                                                     \
        avfilter.o                                                       \
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 1c4b8d6cb8f08d5aabc82cba9eceb5c14395bd51..cee5bbc114cfe462d87efb116f8a5310f7a75850 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -26,7 +26,7 @@
 #include "libavutil/samplefmt.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  2
-#define LIBAVFILTER_VERSION_MINOR  9
+#define LIBAVFILTER_VERSION_MINOR 10
 #define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \