diff options
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl index d15115004..99ec8aa8b 100755 --- a/configure.pl +++ b/configure.pl @@ -12,8 +12,8 @@ use File::Find; use Sys::Hostname; my $MAJOR_VERSION = 1; -my $MINOR_VERSION = 7; -my $PATCH_VERSION = 24; +my $MINOR_VERSION = 8; +my $PATCH_VERSION = 0; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |