diff options
author | lloyd <[email protected]> | 2009-11-03 18:15:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-03 18:15:50 +0000 |
commit | 226d96ee4e64994beb9ec9436a29ac6656d61924 (patch) | |
tree | 8929da19856c46a9eed7c283bfd75e14d075d7bc /doc/scripts | |
parent | 2be9e2c1aeae30baf64954f8411e82ddd646a728 (diff) | |
parent | 9032fa6c541eb51c47dc7971b5d82171a1274db7 (diff) |
propagate from branch 'net.randombit.botan.1_8' (head a101c8c86b755a666c72baf03154230e09e0667e)1.9.2
to branch 'net.randombit.botan' (head 948905e3872b6f5904686533c6aa87d38ff90a71)
Diffstat (limited to 'doc/scripts')
-rwxr-xr-x | doc/scripts/configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scripts/configure.pl b/doc/scripts/configure.pl index 9415d5a42..1ce01e2b4 100755 --- a/doc/scripts/configure.pl +++ b/doc/scripts/configure.pl @@ -13,7 +13,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 8; -my $PATCH_VERSION = 7; +my $PATCH_VERSION = 8; my $VERSION_SUFFIX = ''; |