[FFmpeg-cvslog] avutil/version: Mention similarities and differences to semver
Michael Niedermayer
git at videolan.org
Mon Aug 29 23:32:04 EEST 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | 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 <michael at niedermayer.cc>
> 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.
+ *
* @{
*/
More information about the ffmpeg-cvslog
mailing list