From 15875d4e318fe978fd8fa1fc77adb99296978a0e Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sat, 9 Nov 2024 14:55:11 +0100 Subject: [PATCH] Document versioning policy --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e4dee7..213fa2c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ The original code is taken and from The code is simplified by removing dependencies and some helper functions are added to report the native OS error messages on failures. - Building on Linux/Mac --------------------- $ cd sharedlibpp @@ -34,3 +33,8 @@ The build system by default compiles and build the examples. > math_test mymath > math_test_custom mymathcustom ``` + +Versioning policy +----------------- + +Any ABI or API incompatible change will result in a major release bump.