diff options
author | lloyd <[email protected]> | 2009-10-26 02:44:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-26 02:44:24 +0000 |
commit | 3b2eef9bd141e70b7dfe90fe8cc57d6561733fbc (patch) | |
tree | 7460a023895884e09f4a431635e47ed9b122c6b6 | |
parent | e438a659795b0549166c4d741e867d74cd0affa3 (diff) |
Tick version to 1.9.2-dev
-rwxr-xr-x | configure.py | 6 | ||||
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/configure.py b/configure.py index 45979aa4c..88eb45963 100755 --- a/configure.py +++ b/configure.py @@ -37,9 +37,9 @@ class BuildConfigurationInformation(object): """ version_major = 1 version_minor = 9 - version_patch = 1 - version_so_patch = 1 - version_suffix = '' + version_patch = 2 + version_so_patch = 2 + 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 c1913764f..41405c6ad 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,6 @@ +* 1.9.2-dev, ????-??-?? + * 1.9.1, 2009-10-23 - Better support for Python and Perl wrappers - Add an implementation of Blue Midnight Wish (Round 2 tweak version) diff --git a/readme.txt b/readme.txt index bc7c7fc71..644c6a4a8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.1 2009-10-23 +Botan 1.9.2-dev, ????-??-?? Botan is a C++ class library for performing a wide variety of cryptographic operations. |