aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-04-28 23:28:02 +0000
committerlloyd <[email protected]>2010-04-28 23:28:02 +0000
commit18d5d5fa3f58d2ecd15ac130eda909f44d9c6f71 (patch)
tree521facc08d991b5addc46d2072b3d40ca529fbea
parent50fc7b15553d888d95bee72972e53eae27a82c1f (diff)
Tick to 1.9.8-dev
-rwxr-xr-xconfigure.py6
-rw-r--r--doc/log.txt2
-rw-r--r--readme.txt2
3 files changed, 6 insertions, 4 deletions
diff --git a/configure.py b/configure.py
index 489ccf515..9ad96ff62 100755
--- a/configure.py
+++ b/configure.py
@@ -40,9 +40,9 @@ class BuildConfigurationInformation(object):
"""
version_major = 1
version_minor = 9
- version_patch = 7
- version_so_patch = 7
- version_suffix = ''
+ version_patch = 8
+ version_so_patch = 8
+ version_suffix = '-dev'
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 5df146912..83adaeb5f 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,6 @@
+* 1.9.8-dev, ????-??-??
+
* 1.9.7, 2010-04-27
- TLS: Support reading SSLv2 client hellos
- TLS: Add support for SEED ciphersuites (RFC 4162)
diff --git a/readme.txt b/readme.txt
index 2dcf4737a..ded0d9222 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.9.7, 2010-04-27
+Botan 1.9.8-dev, ????-??-??
Botan is a C++ class library for performing a wide variety of
cryptographic operations.