aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-09 19:18:49 +0000
committerlloyd <[email protected]>2008-11-09 19:18:49 +0000
commitb01c1d79f02de8ca5c02f08e73cedeadc4d0753a (patch)
tree65adeb0029097d091b4d54018a0efc5ec5302d91 /configure.pl
parent4781f307dac8a9d8854ee5325bb018ceb52f5b74 (diff)
Tick version to 1.7.21-pre
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl2
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";