diff options
author | lloyd <[email protected]> | 2008-10-26 01:52:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-26 01:52:15 +0000 |
commit | 6f2a68c40d85026da907c8ce5366998f14a99d9c (patch) | |
tree | f9e2910761994f2ce1fe85d4e717466c13309e15 /configure.pl | |
parent | 7ce0b45682ce8bf945092866852dfbccebc52497 (diff) |
Bump version to 1.7.19-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 b019603ef..d9656ac7a 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 = 18; +my $PATCH_VERSION = 19; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |