aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-09 19:05:22 +0000
committerlloyd <[email protected]>2009-10-09 19:05:22 +0000
commita7b4116a35fcf749fb92c32027bb69e1e371d659 (patch)
treed0d39ce056aee934b0aa4420dd502f28f6d35107
parentad3e359441f15e4f1fb489cf2b4be024c23a72d2 (diff)
Bump version to 1.9.1-rc1
-rwxr-xr-xconfigure.py2
-rw-r--r--doc/log.txt2
-rw-r--r--readme.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.py b/configure.py
index 857cab7e7..1590e8559 100755
--- a/configure.py
+++ b/configure.py
@@ -39,7 +39,7 @@ class BuildConfigurationInformation(object):
version_minor = 9
version_patch = 1
version_so_patch = 1
- version_suffix = '-dev'
+ version_suffix = '-rc1'
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 3dac507ca..9ebf3a2ad 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,5 +1,5 @@
-* 1.9.1-pre, 2009-??-??
+* 1.9.1-rc1, 2009-10-09
- Better support for Python and Perl wrappers
- Add an implementation of Blue Midnight Wish (Round 2 tweak version)
- Add threshold secret sharing (draft-mcgrew-tss-02)
diff --git a/readme.txt b/readme.txt
index 307344cea..b592da41d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.9.1-pre 2009-??-??
+Botan 1.9.1-rc1 2009-10-09
Botan is a C++ class library for performing a wide variety of
cryptographic operations.