aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-25 12:54:46 +0000
committerlloyd <[email protected]>2009-07-25 12:54:46 +0000
commit23df3a0101e828b510337d0baa5124b751e6256e (patch)
treeaae9127fdc26d70ed0459e5bcd9c7feb99babc0c /configure.pl
parent336404ac312cdc7cea82f9a2568d36c62418123f (diff)
Change version to 1.8.6-pre, document changes since 1.8.5 release
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.pl b/configure.pl
index 8834dc169..1d100fb6a 100755
--- a/configure.pl
+++ b/configure.pl
@@ -13,11 +13,11 @@ use Sys::Hostname;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 8;
-my $PATCH_VERSION = 5;
+my $PATCH_VERSION = 6;
-my $VERSION_SUFFIX = '';
+my $VERSION_SUFFIX = '-pre';
-my $SO_PATCH_VERSION = 2;
+my $SO_PATCH_VERSION = 6;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION$VERSION_SUFFIX";
my $SO_VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$SO_PATCH_VERSION$VERSION_SUFFIX";