diff options
author | lloyd <[email protected]> | 2010-12-13 21:47:30 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-12-13 21:47:30 +0000 |
commit | d5af39b6306086baa4159a18ad833b1c3e1e573b (patch) | |
tree | f52b7068588df690438854a38d047be202658d22 | |
parent | 02aaf20a0c53a5bb92c073d1c940be7ad516ece1 (diff) |
Update versions for 1.9.12 release1.9.12
-rwxr-xr-x | configure.py | 4 | ||||
-rw-r--r-- | doc/log.txt | 3 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/configure.py b/configure.py index 665c6cc41..580ba054e 100755 --- a/configure.py +++ b/configure.py @@ -45,9 +45,9 @@ class BuildConfigurationInformation(object): version_minor = 9 version_patch = 12 version_so_patch = 12 - version_suffix = '-dev' + version_suffix = '' - version_datestamp = None + version_datestamp = 20101213 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 66fdbdea0..afa62f247 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,8 +1,9 @@ -* 1.9.12-dev, ????-??-?? +* 1.9.12, 2010-12-13 - Add the Keccak hash function - Fix compilation problems in Python wrappers - Fix compilation problem in OpenSSL engine + - Update SQLite3 database encryption codec * 1.9.11, 2010-11-29 - Many SSL/TLS APIs have changed. This API is still unstable. diff --git a/readme.txt b/readme.txt index 1b8bfdd52..9cc560fe2 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.12-dev, ????-??-?? +Botan 1.9.12, 2010-12-13 http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |