]> Sergey Matveev's repositories - public-inbox.git/commitdiff
Makefile.PL: update version for upcoming 2.x
authorEric Wong <e@80x24.org>
Tue, 30 Aug 2022 09:10:22 +0000 (09:10 +0000)
committerEric Wong <e@80x24.org>
Tue, 30 Aug 2022 21:36:14 +0000 (21:36 +0000)
"1.10" seems awkward and may confuse ASCII-betical sorting, so I
think "2.0" is more appropriate.

Makefile.PL

index ff03b6152252ad3e3e3718d5a97a2bd9aaefd497..9233ac9d12b45562a7131c4f77d9a473de628146 100644 (file)
@@ -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',