diff options
author | lloyd <[email protected]> | 2010-06-28 19:56:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-28 19:56:50 +0000 |
commit | 7c3301887040d935bc8a4413f52f4349c550b551 (patch) | |
tree | 97d8e9d98715560f6c799165f5451848fee40fe3 | |
parent | 91aa9ada29f1d17e2a119227efd0bd3e95532c5e (diff) |
Tick readme, log, configure for 1.9.9 release
-rwxr-xr-x | configure.py | 4 | ||||
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/configure.py b/configure.py index 1a6067ce0..af5e9ce22 100755 --- a/configure.py +++ b/configure.py @@ -42,9 +42,9 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 9 version_so_patch = 9 - version_suffix = '-dev' + version_suffix = '' - version_datestamp = None + version_datestamp = 20100628 version_string = '%d.%d.%d%s' % ( version_major, version_minor, version_patch, version_suffix) diff --git a/doc/log.txt b/doc/log.txt index a451d3ddc..f6c5259ef 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,5 @@ -* 1.9.9-dev, ????-??-?? +* 1.9.9, 2010-06-28 - Add new X509::BER_encode and PKCS8::BER_encode - Give all Filter objects a name() function - Add Keyed_Filter::valid_iv_length diff --git a/readme.txt b/readme.txt index 7bd33bd4d..ba711e0b4 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.9-dev, ????-??-?? +Botan 1.9.9, 2010-06-28 http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |