aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-30 06:17:15 +0000
committerlloyd <[email protected]>2010-11-30 06:17:15 +0000
commit02b4ef8f22b037f1b002addc09d1be8d812b506a (patch)
treec37af72ef1d679e9199631caadc4c3088df23e72
parent017296a5cf2abc07aa10cf8cd9c62e33df110255 (diff)
Now 1.9.12-dev
-rwxr-xr-xconfigure.py8
-rw-r--r--doc/log.txt2
-rw-r--r--readme.txt2
3 files changed, 7 insertions, 5 deletions
diff --git a/configure.py b/configure.py
index 2fe2f3035..9fa3a9181 100755
--- a/configure.py
+++ b/configure.py
@@ -43,11 +43,11 @@ class BuildConfigurationInformation(object):
"""
version_major = 1
version_minor = 9
- version_patch = 11
- version_so_patch = 11
- version_suffix = ''
+ version_patch = 12
+ version_so_patch = 12
+ version_suffix = '-dev'
- version_datestamp = 20101129
+ 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 6ec755052..bab388fef 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,4 +1,6 @@
+* 1.9.12-dev, ????-??-??
+
* 1.9.11, 2010-11-29
- Many SSL/TLS APIs have changed. This API is still unstable.
- The SSL interface requires TR1 (uses std::tr1::function)
diff --git a/readme.txt b/readme.txt
index 7089adaaf..1b8bfdd52 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.9.11, 2010-11-29
+Botan 1.9.12-dev, ????-??-??
http://botan.randombit.net/
Botan is a C++ class library for performing a wide variety of