diff options
author | lloyd <[email protected]> | 2011-02-10 22:41:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-10 22:41:32 +0000 |
commit | f49d55a1e4bcd3e33ba8eee6afa92438ef61f0b3 (patch) | |
tree | 511c47c620d49b2c7273262f235ef193b8a80a07 | |
parent | b7abb472af00e9078943ccca8c90757ab591e10a (diff) |
Tick version to 1.9.14-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 bfc09d4bc..0969783b5 100755 --- a/configure.py +++ b/configure.py @@ -43,11 +43,11 @@ class BuildConfigurationInformation(object): """ version_major = 1 version_minor = 9 - version_patch = 13 - version_so_patch = 13 - version_suffix = '' + version_patch = 14 + version_so_patch = 14 + version_suffix = '-dev' - version_datestamp = 20110209 + 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 ab621cfe1..3fa6e6d6b 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,6 @@ +* 1.9.14-dev, ????-??-?? + * 1.9.13, 2011-02-19 - Update Keccak to the round 3 variant - Fix ordering in GOST 34.10 signatures to match DNSSEC specifications diff --git a/readme.txt b/readme.txt index b681f6c06..9f2b851e7 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.9.13, 2011-02-19 +Botan 1.9.14-dev, ????-??-?? http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of |