]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
daemon: don't bother checking for existing FD flags
[public-inbox.git] / Makefile.PL
index 848eb70299d8ed88464857de79085a0d90cd5b63..9233ac9d12b45562a7131c4f77d9a473de628146 100644 (file)
@@ -11,7 +11,8 @@ my $v = {};
 my $t = {};
 
 # do not sort
-my @RELEASES = qw(v1.8.0 v1.7.0 v1.6.1 v1.6.0 v1.5.0 v1.4.0 v1.3.0 v1.2.0
+my @RELEASES = qw(v1.9.0
+       v1.8.0 v1.7.0 v1.6.1 v1.6.0 v1.5.0 v1.4.0 v1.3.0 v1.2.0
        v1.1.0-pre1 v1.0.0);
 
 $v->{news_deps} = [ map { "Documentation/RelNotes/$_.eml" } @RELEASES ];
@@ -52,7 +53,8 @@ $v->{-m1} = [ map {
        lei-import lei-index lei-init lei-inspect lei-lcat
        lei-ls-external lei-ls-label lei-ls-mail-source lei-ls-mail-sync
        lei-ls-search lei-ls-watch lei-mail-diff lei-p2q lei-q
-       lei-rediff lei-refresh-mail-sync lei-rm lei-rm-watch lei-tag
+       lei-rediff lei-refresh-mail-sync lei-reindex
+       lei-rm lei-rm-watch lei-tag
        lei-up)];
 $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format
                public-inbox-v2-format public-inbox-extindex-format
@@ -131,7 +133,7 @@ WriteMakefile(
        NAME => 'PublicInbox', # n.b. camel-case is not our choice
 
        # XXX drop "PENDING" in .pod before updating this!
-       VERSION => '1.9.0.PENDING',
+       VERSION => '2.0.0.PENDING',
 
        AUTHOR => 'public-inbox hackers <meta@public-inbox.org>',
        ABSTRACT => 'an "archives first" approach to mailing lists',