aboutsummaryrefslogtreecommitdiffstats
path: root/doc/scripts
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-09-10 00:40:49 +0000
committerlloyd <[email protected]>2009-09-10 00:40:49 +0000
commitcf3dbad02b3e7e703cc41c62652d1a5ae79a31d8 (patch)
treee408d503d08deeafcc8f47d069072520826ec390 /doc/scripts
parentd61103aada1e69598792addb026aa9f10137e586 (diff)
parentcfbe5126db44ea0a2e8f24dbaaca2126267f78d2 (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-xdoc/scripts/configure.pl4
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";