aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-07-14 12:23:48 +0000
committerlloyd <[email protected]>2009-07-14 12:23:48 +0000
commit686c6cb75fa94978ba5939af0ae71f33d6a41e65 (patch)
tree05efa02fc84f3d071acccc6efa8456e41ac5df94 /configure.pl
parent3fc0c32c3740d38a3b2ff301200552a7cf39e76a (diff)
Bump version numbers to 1.8.5-pre
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.pl b/configure.pl
index 039875f88..0cdd402d7 100755
--- a/configure.pl
+++ b/configure.pl
@@ -13,9 +13,9 @@ use Sys::Hostname;
my $MAJOR_VERSION = 1;
my $MINOR_VERSION = 8;
-my $PATCH_VERSION = 4;
+my $PATCH_VERSION = 5;
-my $SO_PATCH_VERSION = 2;
+my $SO_PATCH_VERSION = 5;
my $VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION";
my $SO_VERSION_STRING = "$MAJOR_VERSION.$MINOR_VERSION.$SO_PATCH_VERSION";