aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-03-21 12:33:19 +0000
committerlloyd <[email protected]>2011-03-21 12:33:19 +0000
commit5867dab3817abc38a9eb777b1cccadcd3cb0fe51 (patch)
treed1e15d3614fb9e2817e03363094eaca89b086657
parentac2f16b27ff6513bf51fcaad4f1bf4be31af2fe2 (diff)
Tick to 1.9.16-dev
-rwxr-xr-xconfigure.py8
-rw-r--r--doc/log.txt4
-rw-r--r--readme.txt4
3 files changed, 8 insertions, 8 deletions
diff --git a/configure.py b/configure.py
index 99ab7c15f..7858c7464 100755
--- a/configure.py
+++ b/configure.py
@@ -43,11 +43,11 @@ class BuildConfigurationInformation(object):
"""
version_major = 1
version_minor = 9
- version_patch = 15
- version_so_patch = 15
- version_suffix = ''
+ version_patch = 16
+ version_so_patch = 16
+ version_suffix = '-dev'
- version_datestamp = 20110321
+ version_datestamp = 0
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 02aa0f2a3..51cb4c046 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,7 +1,9 @@
+* 1.9.16-dev, ????-??-??
+ - Second release candidate for 1.10.0
+
* 1.9.15, 2011-03-21
- First release candidate for 1.10.0
-
- Modify how message expansion is done in SHA-256 and SHA-512.
Instead of expanding the entire message at the start, compute them
in the minimum number of registers. Values are computed 15 rounds
diff --git a/readme.txt b/readme.txt
index 76af27435..a65159ee8 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,8 +1,6 @@
-Botan 1.9.15, 2011-03-21
+Botan 1.9.16-dev, ????-??-??
http://botan.randombit.net/
-This is the first release candidate for a new stable tree 1.10
-
Botan is a C++ class library for performing a wide variety of
cryptographic operations.