summaryrefslogtreecommitdiff
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-12-03 22:27:08 +1100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-03 16:31:51 +0100
commitf2ceb67e5b425bf7de0649483da7265e2492da0f (patch)
tree5fbd7726af5aee72fb37ce2a5421cebd27fe5d90 /doc/developer.texi
parent0a8360c4f9cf3f6170dfaff5af2b3a5e8c41755d (diff)
doc: describe micro versioning policy
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 0a4e0150e0..b0e5216ed4 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -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