aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-01-03 03:58:22 +0000
committerlloyd <[email protected]>2009-01-03 03:58:22 +0000
commit9fc49cbfd6ac568b1fa08b41bcb064eeb9028d7d (patch)
tree52a952bc6d66c508a7e9f7ad56726638624730a4 /configure.pl
parentf9027c938fc4e2b911d367094533f9acba375586 (diff)
Bump version in configure and readme to 1.8.1-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 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";