Browse Source

avutil/version: Mention similarities and differences to semver

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.2
Michael Niedermayer 9 years ago
parent
commit
adbf1c9054
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      libavutil/version.h

+ 6
- 0
libavutil/version.h View File

@@ -35,6 +35,12 @@
* Useful to check and match library version in order to maintain
* backward compatibility.
*
* The FFmpeg libraries follow a versioning sheme very similar to
* Semantic Versioning (http://semver.org/)
* The difference is that the component called PATCH is called MICRO in FFmpeg
* and its value is reset to 100 instead of 0 to keep it above or equal to 100.
* Also we do not increase MICRO for every bugfix or change in git master.
*
* @{
*/



Loading…
Cancel
Save