We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23918e8 commit d078472Copy full SHA for d078472
README.md
@@ -10,7 +10,6 @@ The original code is taken and from
10
The code is simplified by removing dependencies and some helper functions are
11
added to report the native OS error messages on failures.
12
13
-
14
Building on Linux/Mac
15
---------------------
16
$ cd sharedlibpp
@@ -34,3 +33,8 @@ The build system by default compiles and build the examples.
34
33
> math_test mymath
35
> math_test_custom mymathcustom
36
```
+
37
+Versioning policy
38
+-----------------
39
40
+Any ABI or API incompatible change will result in a major release bump.
0 commit comments