about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-21 02:35:27 +0000
committerEric Wong <e@80x24.org>2022-08-21 02:35:27 +0000
commit5c2d0dc7c371db883d807b3e572a02891751e3a2 (patch)
tree12ea4c7186fc59295e662b403b330f32c0be8c7f /Makefile.PL
parent935c9460a5ef160302c980d17ff0db37c9d075df (diff)
downloadpublic-inbox-5c2d0dc7c371db883d807b3e572a02891751e3a2.tar.gz
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 2 insertions, 1 deletions
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 ];