Browse Source

doc: describe micro versioning policy

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Peter Ross Michael Niedermayer 13 years ago
parent
commit
f2ceb67e5b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      doc/developer.texi

+ 2
- 1
doc/developer.texi View File

@@ -317,7 +317,8 @@ For Emacs, add these roughly equivalent lines to your @file{.emacs.d/init.el}:
(e.g. addition of a function to the public API or extension of an
existing data structure).
Incrementing the third component means a noteworthy binary compatible
change (e.g. encoder bug fix that matters for the decoder).
change (e.g. encoder bug fix that matters for the decoder). The third
component always starts at 100 to distinguish FFmpeg from Libav.
@item
Compiler warnings indicate potential bugs or code with bad style. If a type of
warning always points to correct and clean code, that warning should


Loading…
Cancel
Save