about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-30 09:10:22 +0000
committerEric Wong <e@80x24.org>2022-08-30 21:36:14 +0000
commit00856431dbebeb36c0df2ec6268eb64132c4c807 (patch)
treed4139c69dae6aba8b7a697ea0ac09ed75c33dd5e /Makefile.PL
parente7ea6c191506eeef0164d2cf8b4003d41bfb40b0 (diff)
downloadpublic-inbox-00856431dbebeb36c0df2ec6268eb64132c4c807.tar.gz
"1.10" seems awkward and may confuse ASCII-betical sorting, so I
think "2.0" is more appropriate.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index ff03b615..9233ac9d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -133,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',