diff options
author | lloyd <[email protected]> | 2008-11-06 23:46:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-06 23:46:03 +0000 |
commit | 0978074abb8820e77082403d825c8c011758b10d (patch) | |
tree | 39f076abd71d7fb43eabcecd61cc8491f7ae66fe /configure.pl | |
parent | ad868620daaed3f73d157ad594ce317a05ebe23d (diff) |
Reset version as 1.7.20-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 f6335de34..a9104c0e3 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 = 19; +my $PATCH_VERSION = 20; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |