From 7dbcc4f810bb78183986323930ba4f77aec802d6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun <diego@biurrun.de> Date: Tue, 31 Aug 2010 12:54:40 +0000 Subject: Mention that library micro version should be reset if minor version is bumped. Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/developer.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/developer.texi') diff --git a/doc/developer.texi b/doc/developer.texi index edce7ea63a..e362eecad5 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -289,8 +289,8 @@ send a reminder by email. Your patch should eventually be dealt with. Did you add a long_name under NULL_IF_CONFIG_SMALL to the AVCodec or AVInputFormat/AVOutputFormat struct? @item - Did you bump the minor version number in @file{avcodec.h} or - @file{avformat.h}? + Did you bump the minor version number (and reset the micro version + number) in @file{avcodec.h} or @file{avformat.h}? @item Did you register it in @file{allcodecs.c} or @file{allformats.c}? @item -- cgit v1.2.3