aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/versions.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-03 23:50:35 -0500
committerJack Lloyd <[email protected]>2017-01-03 23:50:35 -0500
commitddbacb3b1e874c68bd60f3fd32f6a7fd3bbcade3 (patch)
tree00f9e15f849793189b4ad947f0be4d3a73654d90 /doc/manual/versions.rst
parent34c45bc3d0874ea2bbf1d83fe235d70a8b644b42 (diff)
Update roadmap, add support and versioning info
[ci skip]
Diffstat (limited to 'doc/manual/versions.rst')
-rw-r--r--doc/manual/versions.rst7
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.