diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b5bd39 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +Makefile +blib +pm_to_blib diff --git a/.shipit b/.shipit index 97929d8..82af237 100644 --- a/.shipit +++ b/.shipit @@ -3,6 +3,6 @@ #steps = FindVersion, ChangeVersion, ChangeRPMVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN -svn.tagpattern = MogileFS-Utils-%v +git.tagpattern = %v diff --git a/Changes b/Changes index 6110aec..482a517 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +2.18 -- 2010-09-28 + * Add rebalance commands 2.17 -- 2010-08-13 diff --git a/MogileFS-Utils.spec b/MogileFS-Utils.spec index fc533cb..e9600ed 100644 --- a/MogileFS-Utils.spec +++ b/MogileFS-Utils.spec @@ -1,6 +1,6 @@ name: MogileFS-Utils summary: MogileFS-Utils - MogileFS utilities. -version: 2.17 +version: 2.18 release: 1%{?dist} vendor: Alan Kasindorf packager: Jonathan Steinert diff --git a/lib/MogileFS/Utils.pm b/lib/MogileFS/Utils.pm index aa03ed1..220a2d7 100644 --- a/lib/MogileFS/Utils.pm +++ b/lib/MogileFS/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl package MogileFS::Utils; -our $VERSION = '2.17'; +our $VERSION = '2.18'; =head1 NAME