aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-08-13 18:27:24 +0000
committerlloyd <[email protected]>2009-08-13 18:27:24 +0000
commite760bf5a77b9439b268c9dbccd4b88b0a9350039 (patch)
tree2617b0a4b6f91b58d9b87eff01c6ee40275b9fd7 /configure.pl
parent5a179770aece4923ed690460b83b4cf570cdfe98 (diff)
Move 1.8 releases to a branch. Flip version numbers to 1.8.7-pre
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 39948f489..592eb2bff 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 = 6;
+my $PATCH_VERSION = 7;
-my $VERSION_SUFFIX = '';
+my $VERSION_SUFFIX = '-pre';
-my $SO_PATCH_VERSION = 2;
+my $SO_PATCH_VERSION = 7;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION$VERSION_SUFFIX";
my $SO_VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$SO_PATCH_VERSION$VERSION_SUFFIX";