From 5aaea022abd257469e1693dd6b21ce64b7054983 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 13 Nov 2010 09:51:22 +0000 Subject: Make avfiltergraph.h public. Originally committed as revision 25740 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/avfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/avfilter.h') diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 8ed2cef41d..5021fa0b39 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -25,7 +25,7 @@ #include "libavutil/avutil.h" #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 61 +#define LIBAVFILTER_VERSION_MINOR 62 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ -- cgit v1.2.3