"1.10" seems awkward and may confuse ASCII-betical sorting, so I
think "2.0" is more appropriate.
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <[email protected]>',
        ABSTRACT => 'an "archives first" approach to mailing lists',

Reply via email to