diff options
author | lloyd <[email protected]> | 2011-02-21 17:57:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-21 17:57:19 +0000 |
commit | 08e5c8bd3e792f309f3a3b627ed545946b55d5e7 (patch) | |
tree | 7e9b595fddd796d9804d1fc2431453c9aea3dbf2 | |
parent | 24288e4e1a8b8ced5bbad88dd0e47f5145578376 (diff) |
Tick to 1.8.12-dev
-rwxr-xr-x | configure.py | 6 | ||||
-rw-r--r-- | doc/log.txt | 4 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/configure.py b/configure.py index c44457054..8569bfee6 100755 --- a/configure.py +++ b/configure.py @@ -37,9 +37,9 @@ class BuildConfigurationInformation(object): """ version_major = 1 version_minor = 8 - version_patch = 11 - version_so_patch = 2 - version_suffix = '' + version_patch = 12 + version_so_patch = 12 + 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 97c7480b7..819c6d864 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,8 @@ +* 1.8.12-dev, ????-??-?? + - Improve OS detection on Cygwin + - Fix compilation under Sun Studio 12 on Solaris + * 1.8.11, 2010-11-02 - Fix a number of CRL encoding and decoding bugs - When building a debug library under VC++, use the debug runtime diff --git a/readme.txt b/readme.txt index 7277dfbee..25eff7524 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.8.11, 2010-11-02 +Botan 1.8.12-dev, ????-??-?? Botan is a C++ class library for performing a wide variety of cryptographic operations. |