diff options
author | lloyd <[email protected]> | 2009-09-10 00:40:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-10 00:40:49 +0000 |
commit | cf3dbad02b3e7e703cc41c62652d1a5ae79a31d8 (patch) | |
tree | e408d503d08deeafcc8f47d069072520826ec390 /doc/scripts | |
parent | d61103aada1e69598792addb026aa9f10137e586 (diff) | |
parent | cfbe5126db44ea0a2e8f24dbaaca2126267f78d2 (diff) |
propagate from branch 'net.randombit.botan.1_8' (head c7f7c5092848b9c230d1757c74ed25ee9ea52262)
to branch 'net.randombit.botan' (head a1315b63e5c3a6101df388c70ad69dc039437fe8)
Diffstat (limited to 'doc/scripts')
-rwxr-xr-x | doc/scripts/configure.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scripts/configure.pl b/doc/scripts/configure.pl index 6cf43e5e6..bd7e41a3e 100755 --- a/doc/scripts/configure.pl +++ b/doc/scripts/configure.pl @@ -15,9 +15,9 @@ my $MAJOR_VERSION = 1; my $MINOR_VERSION = 8; my $PATCH_VERSION = 7; -my $VERSION_SUFFIX = '-pre'; +my $VERSION_SUFFIX = ''; -my $SO_PATCH_VERSION = 7; +my $SO_PATCH_VERSION = 2; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION$VERSION_SUFFIX"; my $SO_VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$SO_PATCH_VERSION$VERSION_SUFFIX"; |