Skip to content

Commit

Permalink
1.8.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Jun 20, 2011
1 parent 0fa9df1 commit c1d53d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.py
Expand Up @@ -38,8 +38,8 @@ class BuildConfigurationInformation(object):
version_major = 1
version_minor = 8
version_patch = 12
version_so_patch = 12
version_suffix = '-dev'
version_so_patch = 2
version_suffix = ''

version_string = '%d.%d.%d%s' % (
version_major, version_minor, version_patch, version_suffix)
Expand Down
2 changes: 1 addition & 1 deletion doc/log.txt
@@ -1,5 +1,5 @@

* 1.8.12-dev, ????-??-??
* 1.8.12-dev, 2011-06-20
- If EMSA3(Raw) was used for more than one signature, it would produce
incorrect output.
- Fix the --enable-debug option to configure.py
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
@@ -1,4 +1,4 @@
Botan 1.8.12-dev, ????-??-??
Botan 1.8.12, 2011-06-20

Botan is a C++ class library for performing a wide variety of
cryptographic operations.
Expand Down

0 comments on commit c1d53d0

Please sign in to comment.