diff options
author | lloyd <[email protected]> | 2011-04-04 03:43:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-04 03:43:52 +0000 |
commit | 3b9bfbd07c3723662832caf5b1efe04de28b656d (patch) | |
tree | ee2a9324f384efead6e5bb87ac8374e7e8734c90 /botan_version.py | |
parent | 04db054f1ae8de572ee9c0cfe227e76f84096bd6 (diff) |
Convert most of the documentation to reStructured Text, adding
a makefile to build it with Sphinx (http://sphinx.pocoo.org/).
Previously credits.txt listed public domain code sources; instead
directly credit the authors in the relevant files and delete that
file.
Drop the draft FIPS 140 security policy; I can't imagine FIPS 140
validation will ever happen, and if it does, I don't want
anything to do with it.
Also drop the internals doc, which was so out of date (and
incomplete) as to be worthless.
Move the tutorials and InSiTo pdfs into old/ for the time being,
until anything relevant from them can be filtered out and
converted into RST.
Diffstat (limited to 'botan_version.py')
-rw-r--r-- | botan_version.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/botan_version.py b/botan_version.py new file mode 100644 index 000000000..ff1b7c22b --- /dev/null +++ b/botan_version.py @@ -0,0 +1,8 @@ + +major = 1 +minor = 9 +patch = 16 + +so_patch = 16 +release_suffix = '-dev' +datestamp = 0 |