diff options
Diffstat (limited to 'doc/scripts/configure.pl')
-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 = ''; |