From 2400730fe7b4a8edd385063c726a5a4f0b578222 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 27 Nov 2010 20:29:54 +0000 Subject: [PATCH] Increase avformat micro version, forgotten in r25834. Originally committed as revision 25836 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index bd4ac50cac..86ef13ad4e 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -23,7 +23,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 52 #define LIBAVFORMAT_VERSION_MINOR 87 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \