diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-08-31 12:54:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-08-31 12:54:40 +0000 |
commit | 7dbcc4f810bb78183986323930ba4f77aec802d6 (patch) | |
tree | dc8a0967b1ae11d3cb3c6c173c5f5ddbf600745f /doc/developer.texi | |
parent | 5929b3a651f544a67db75e1be8b103f3f7fd5978 (diff) | |
download | ffmpeg-7dbcc4f810bb78183986323930ba4f77aec802d6.tar.gz |
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
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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 |