[FFmpeg-cvslog] r25010 - trunk/doc/developer.texi
diego
subversion
Tue Aug 31 14:54:40 CEST 2010
Author: diego
Date: Tue Aug 31 14:54:40 2010
New Revision: 25010
Log:
Mention that library micro version should be reset if minor version is bumped.
Modified:
trunk/doc/developer.texi
Modified: trunk/doc/developer.texi
==============================================================================
--- trunk/doc/developer.texi Tue Aug 31 14:32:24 2010 (r25009)
+++ trunk/doc/developer.texi Tue Aug 31 14:54:40 2010 (r25010)
@@ -289,8 +289,8 @@ send a reminder by email. Your patch sho
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
More information about the ffmpeg-cvslog
mailing list