diff options
-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 03114a245..03758d045 100755 --- a/configure.py +++ b/configure.py @@ -40,9 +40,9 @@ class BuildConfigurationInformation(object): """ version_major = 1 version_minor = 9 - version_patch = 6 - version_so_patch = 6 - version_suffix = '' + version_patch = 7 + version_so_patch = 7 + 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 80232bf91..80b0d88d6 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,6 @@ +* 1.9.7-dev, ????-??-?? + * 1.9.6, 2010-04-09 - TLS: Add support for TLS v1.1 - TLS: Support server name indicator extension diff --git a/readme.txt b/readme.txt index 1b20014dd..617cb2d35 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.6, 2010-04-09 +Botan 1.9.7-dev, ????-??-?? Botan is a C++ class library for performing a wide variety of cryptographic operations. |