aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-13 18:23:28 +0000
committerlloyd <[email protected]>2009-09-13 18:23:28 +0000
commit18d1a6d4d11d40afb2d5a9d96b0437933bcaa472 (patch)
treef436da40f40cc99e693885da90a9577c3683b103
parent02fc388212efa21a3f489a28e7b3738956a1358c (diff)
Update version #s to 1.9.1-pre
-rwxr-xr-xconfigure.py6
-rw-r--r--doc/log.txt3
-rw-r--r--readme.txt2
3 files changed, 7 insertions, 4 deletions
diff --git a/configure.py b/configure.py
index 34242c4d7..a769239e9 100755
--- a/configure.py
+++ b/configure.py
@@ -37,9 +37,9 @@ class BuildConfigurationInformation(object):
"""
version_major = 1
version_minor = 9
- version_patch = 0
- version_so_patch = 0
- version_suffix = ''
+ version_patch = 1
+ version_so_patch = 1
+ version_suffix = '-pre'
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 e6d3cdb05..c53e1c823 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,7 @@
+* 1.9.1-pre, 2009-??-??
+ - Enable SSE2 optimizations under Visual C++
+
* 1.9.0, 2009-09-09
- Add support for parallel invocation of block ciphers where possible
- Add SSE2 implementation of Serpent
diff --git a/readme.txt b/readme.txt
index 5936600f4..307344cea 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.9.0 2009-09-09
+Botan 1.9.1-pre 2009-??-??
Botan is a C++ class library for performing a wide variety of
cryptographic operations.