From 07ffeeee0e4fd3cd2ccf4b3267fabef20eee2964 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 16 Apr 2009 22:16:41 +0000 Subject: Bump version to 0.8.3-pre --- configure.pl | 2 +- doc/log.txt | 3 +++ readme.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.pl b/configure.pl index 2ea9d657e..6f9c0243d 100755 --- a/configure.pl +++ b/configure.pl @@ -13,7 +13,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 8; -my $PATCH_VERSION = 2; +my $PATCH_VERSION = 3; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; diff --git a/doc/log.txt b/doc/log.txt index 7df039c2c..1c4a629d0 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,4 +1,7 @@ +* 1.8.3-pre, 2009-??-?? + - Add XTS mode from IEEE P1619 + * 1.8.2, 2009-04-07 - Make entropy polling more flexible and in most cases faster - GOST 28147 now supports multiple sbox parameters diff --git a/readme.txt b/readme.txt index 367e6bb48..de2833c2e 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Botan 1.8.2 2009-04-07 +Botan 1.8.3-pre 2009-??-?? Botan is a C++ class library for performing a wide variety of cryptographic operations. -- cgit v1.2.3