diff options
author | Jack Lloyd <[email protected]> | 2017-01-03 23:50:35 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-03 23:50:35 -0500 |
commit | ddbacb3b1e874c68bd60f3fd32f6a7fd3bbcade3 (patch) | |
tree | 00f9e15f849793189b4ad947f0be4d3a73654d90 /doc/manual/versions.rst | |
parent | 34c45bc3d0874ea2bbf1d83fe235d70a8b644b42 (diff) |
Update roadmap, add support and versioning info
[ci skip]
Diffstat (limited to 'doc/manual/versions.rst')
-rw-r--r-- | doc/manual/versions.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/manual/versions.rst b/doc/manual/versions.rst index 288c63ba7..9b0e1d8fc 100644 --- a/doc/manual/versions.rst +++ b/doc/manual/versions.rst @@ -1,7 +1,12 @@ -Checking the Version +Versioning ======================================== +As of Botan 2.0.0, Botan uses semantic versioning. So in a future +release, if even a small feature is added, the minor number will +increase and the next release will be 2.1.0. If an incompatible API +change is required, the major version will be increased. + The library has functions for checking compile-time and runtime versions. |