diff --git a/Changes b/Changes index aa41f11..3f28bf9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +2.16 -- 2010-04-02 + * Add --replpolicy option for configuring a replication policy string. Used in MogileFS::Network policies, etc. (dormando) diff --git a/MogileFS-Utils.spec b/MogileFS-Utils.spec index fde0b93..6596b92 100644 --- a/MogileFS-Utils.spec +++ b/MogileFS-Utils.spec @@ -1,6 +1,6 @@ name: MogileFS-Utils summary: MogileFS-Utils - MogileFS utilities. -version: 2.15 +version: 2.16 release: 1 vendor: Alan Kasindorf packager: Jonathan Steinert diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index c496fae..58762d5 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.15'; +our $VERSION = '2.16'; =head1 NAME