aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-07-18 19:58:30 +0000
committerlloyd <[email protected]>2012-07-18 19:58:30 +0000
commitdb82b83984a1525d2d8b62e0edeff702f0852a97 (patch)
treea9e51d82cf36e79201523fcff6111f31590cb01f
parent4f5d8e77f4ee5d0b0b7615a592e97865d5faf244 (diff)
Tick to 1.8.14 release1.8.14
-rwxr-xr-xconfigure.py4
-rw-r--r--doc/log.txt3
-rw-r--r--readme.txt2
3 files changed, 4 insertions, 5 deletions
diff --git a/configure.py b/configure.py
index af670f0f9..59c49103c 100755
--- a/configure.py
+++ b/configure.py
@@ -38,8 +38,8 @@ class BuildConfigurationInformation(object):
version_major = 1
version_minor = 8
version_patch = 14
- version_so_patch = 14
- version_suffix = '-dev'
+ version_so_patch = 13
+ version_suffix = ''
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 bda489685..2b0976f56 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,6 +1,5 @@
-* 1.8.14, ????-??-??
-
+* 1.8.14, 2012-07-18
- The malloc allocator would return null instead of throwing in the
event of an allocation failure, which could cause an application
crash due to null pointer dereference where normally an exception
diff --git a/readme.txt b/readme.txt
index ab87c3b1f..d84b3ef71 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.8.14-pre, ????-??-??
+Botan 1.8.14, 2012-07-18
Botan is a C++ class library for performing a wide variety of
cryptographic operations.