diff options
author | lloyd <[email protected]> | 2008-11-09 19:18:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-09 19:18:49 +0000 |
commit | b01c1d79f02de8ca5c02f08e73cedeadc4d0753a (patch) | |
tree | 65adeb0029097d091b4d54018a0efc5ec5302d91 /configure.pl | |
parent | 4781f307dac8a9d8854ee5325bb018ceb52f5b74 (diff) |
Tick version to 1.7.21-pre
Diffstat (limited to 'configure.pl')
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index 2110a9809..8fa976fff 100755 --- a/configure.pl +++ b/configure.pl @@ -13,7 +13,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 7; -my $PATCH_VERSION = 20; +my $PATCH_VERSION = 21; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |