diff options
author | lloyd <[email protected]> | 2009-09-15 12:37:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-15 12:37:48 +0000 |
commit | d85d5f241e534935057f7a1f7fea34619a6c30ee (patch) | |
tree | 1a75787b78242ece51712c4e399c45b0483df578 | |
parent | 47451b9db2c6e2362a58fb27700a2ae04e0774c8 (diff) |
Bump version to 1.8.8-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 7e7632cb5..6d7647812 100755 --- a/configure.py +++ b/configure.py @@ -37,9 +37,9 @@ class BuildConfigurationInformation(object): """ version_major = 1 version_minor = 8 - version_patch = 7 - version_so_patch = 2 - version_suffix = '' + version_patch = 8 + version_so_patch = 8 + 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 3ed827f0d..26342c94b 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,6 @@ +* 1.8.8-dev, 2009-??-?? + * 1.8.7, 2009-09-09 - Fix processing multiple messages in XTS mode - Add --no-autoload option to configure.py, for minimized builds diff --git a/readme.txt b/readme.txt index b08da15d1..36f2d2043 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.8.7 2009-09-09 +Botan 1.8.8-dev 2009-??-?? Botan is a C++ class library for performing a wide variety of cryptographic operations. |