From: Eric Wong Date: Tue, 30 Aug 2022 09:10:22 +0000 (+0000) Subject: Makefile.PL: update version for upcoming 2.x X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=00856431dbebeb36c0df2ec6268eb64132c4c807 Makefile.PL: update version for upcoming 2.x "1.10" seems awkward and may confuse ASCII-betical sorting, so I think "2.0" is more appropriate. --- 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 ', ABSTRACT => 'an "archives first" approach to mailing lists',