diff options
author | lloyd <[email protected]> | 2009-07-12 12:17:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-12 12:17:45 +0000 |
commit | 4ef3cf0ae31a2b167b8c9ca17e9a0d1f7eb5ac8e (patch) | |
tree | 5a1ddd9fcc6b39f36e01781310146c73badaa8ea | |
parent | 888a13815646a1811a128780e7e0ab3794ca9e4c (diff) |
Update configure.pl's version #1.8.4
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index a26554bd2..039875f88 100755 --- a/configure.pl +++ b/configure.pl @@ -13,7 +13,7 @@ use Sys::Hostname; my $MAJOR_VERSION = 1; my $MINOR_VERSION = 8; -my $PATCH_VERSION = 3; +my $PATCH_VERSION = 4; my $SO_PATCH_VERSION = 2; |