diff options
author | lloyd <[email protected]> | 2009-01-03 03:58:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-01-03 03:58:22 +0000 |
commit | 9fc49cbfd6ac568b1fa08b41bcb064eeb9028d7d (patch) | |
tree | 52a952bc6d66c508a7e9f7ad56726638624730a4 /configure.pl | |
parent | f9027c938fc4e2b911d367094533f9acba375586 (diff) |
Bump version in configure and readme to 1.8.1-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 99ec8aa8b..7adf536e5 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 = 0; +my $PATCH_VERSION = 1; my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION"; |