Skip to content

Commit d078472

Browse files
authored
Document versioning policy (#13)
1 parent 23918e8 commit d078472

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The original code is taken and from
1010
The code is simplified by removing dependencies and some helper functions are
1111
added to report the native OS error messages on failures.
1212

13-
1413
Building on Linux/Mac
1514
---------------------
1615
$ cd sharedlibpp
@@ -34,3 +33,8 @@ The build system by default compiles and build the examples.
3433
> math_test mymath
3534
> math_test_custom mymathcustom
3635
```
36+
37+
Versioning policy
38+
-----------------
39+
40+
Any ABI or API incompatible change will result in a major release bump.

0 commit comments

Comments
 (0)