diff options
author | lloyd <[email protected]> | 2009-10-21 06:17:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-21 06:17:03 +0000 |
commit | 8addfadd8cb724158fefd4f9e36a177b2290d11f (patch) | |
tree | ea2ba43b2aca8788f23cfeb308f1577b67bc5ce4 | |
parent | 05963c0cb66137cc96b9e030bbc2547ee4c3f7e3 (diff) |
Reset version as 1.9.1-dev instead of -rc1
-rwxr-xr-x | configure.py | 2 | ||||
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.py b/configure.py index bdf5ee4b3..c6ab1f99c 100755 --- a/configure.py +++ b/configure.py @@ -39,7 +39,7 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 1 version_so_patch = 1 - version_suffix = '-rc1' + version_suffix = '-dev' 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 50e769a9f..1ce3a8caa 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,5 @@ -* 1.9.1-rc1, 2009-10-09 +* 1.9.1-dev, 2009-??-?? - Better support for Python and Perl wrappers - Add an implementation of Blue Midnight Wish (Round 2 tweak version) - Add threshold secret sharing (draft-mcgrew-tss-02) diff --git a/readme.txt b/readme.txt index b592da41d..4ee618af0 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.1-rc1 2009-10-09 +Botan 1.9.1-dev 2009-??-?? Botan is a C++ class library for performing a wide variety of cryptographic operations. |