From c9b841c2b14f8bfdbda23bfb0cf0beda7de331e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 21 May 2010 21:48:17 +0000 Subject: [PATCH] Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT backport r23179 by mstorsjo Originally committed as revision 23240 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6 --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index cd164a3d73..3b77b2d121 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 62 +#define LIBAVFORMAT_VERSION_MINOR 63 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \