diff options
author | lloyd <[email protected]> | 2010-12-15 15:35:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-12-15 15:35:42 +0000 |
commit | 7a55c01401f5aeb153bd29251c6a4d460c1b2455 (patch) | |
tree | 6012c0dcce34ab299a74ccef45083bbde149682c | |
parent | 165b6777241bdff9650d9c024792f4f549949a41 (diff) |
Tick to 1.9.13-dev
-rwxr-xr-x | configure.py | 8 | ||||
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | readme.txt | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/configure.py b/configure.py index 580ba054e..5d81c8a17 100755 --- a/configure.py +++ b/configure.py @@ -43,11 +43,11 @@ class BuildConfigurationInformation(object): """ version_major = 1 version_minor = 9 - version_patch = 12 - version_so_patch = 12 - version_suffix = '' + version_patch = 13 + version_so_patch = 13 + version_suffix = '-dev' - version_datestamp = 20101213 + version_datestamp = None 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 afa62f247..31305952a 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,6 @@ +* 1.9.13-dev, ????-??-?? + * 1.9.12, 2010-12-13 - Add the Keccak hash function - Fix compilation problems in Python wrappers diff --git a/readme.txt b/readme.txt index 9cc560fe2..f39aa9d5f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.12, 2010-12-13 +Botan 1.9.13-dev, ????-??-?? http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |