diff options
author | lloyd <[email protected]> | 2012-09-19 00:58:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-09-19 00:58:25 +0000 |
commit | 84d0228d95d49bdcde95aff2e2f795af98a7f3f9 (patch) | |
tree | 2f3705379876e5b1b9864ab152d40f9c253332ee /doc/versions.rst | |
parent | 5e5fd28dc4a6641cba11def317f339757322608b (diff) |
Typos
Diffstat (limited to 'doc/versions.rst')
-rw-r--r-- | doc/versions.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/versions.rst b/doc/versions.rst index 8674e68e3..9562fdce5 100644 --- a/doc/versions.rst +++ b/doc/versions.rst @@ -21,7 +21,7 @@ The compile time version information is defined in `botan/build.h` .. c:macro:: BOTAN_VERSION_PATCH - The major version of the release. + The patch version of the release. .. c:macro:: BOTAN_VERSION_DATESTAMP @@ -44,8 +44,8 @@ The compile time version information is defined in `botan/build.h` A macro expanding to a string that is set to a revision identifier cooresponding to the source, or 'unknown' if this could not be - determined. It is set for all official releases and for releases - occuring within a Monotone workspace. + determined. It is set for all official releases and for builds that + originated from within a Monotone workspace. The runtime version information, and some helpers for compile time version checks, are included in `botan/version.h` |