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 fd1c31631..8b67d3751 100755 --- a/configure.pl +++ b/configure.pl @@ -8,8 +8,8 @@ use File::Spec; use File::Copy; my $MAJOR_VERSION = 1; -my $MINOR_VERSION = 6; -my $PATCH_VERSION = 1; +my $MINOR_VERSION = 7; +my $PATCH_VERSION = 0; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |