ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Sat Aug 6 12:44:18 2016 +0200| [adbf1c905447ca95a5cb7578ec3cf87da97f5025] | committer: Michael Niedermayer
avutil/version: Mention similarities and differences to semver Signed-off-by: Michael Niedermayer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=adbf1c905447ca95a5cb7578ec3cf87da97f5025 --- libavutil/version.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libavutil/version.h b/libavutil/version.h index 3e94a23..dec1b1b 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -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. + * * @{ */ _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
