X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=Makefile.PL;h=67012d3e7b59d8016ad8b148849974af6c874cc2;hp=848eb70299d8ed88464857de79085a0d90cd5b63;hb=5c2d0dc7c371db883d807b3e572a02891751e3a2;hpb=935c9460a5ef160302c980d17ff0db37c9d075df diff --git a/Makefile.PL b/Makefile.PL index 848eb702..67012d3e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ];