]> Sergey Matveev's repositories - public-inbox.git/commitdiff
public-inbox 1.0.0 v1.0.0
authorEric Wong <e@80x24.org>
Thu, 8 Feb 2018 02:25:19 +0000 (02:25 +0000)
committerEric Wong <e@80x24.org>
Thu, 8 Feb 2018 02:25:40 +0000 (02:25 +0000)
Might as well, this release is mostly to serve as a checkpoint
for the start of new development on v2 stuff mentioned in the
TODO.

Makefile.PL

index 4f80c837d6d19a1c4723911863163f7580e0035f..f085ebc93af8e93fa3a9a8280add050fde1bd251 100644 (file)
@@ -9,7 +9,7 @@ $PM_FILES =~ tr/\n/ /;
 
 WriteMakefile(
        NAME => 'PublicInbox',
-       VERSION => '0.0.0',
+       VERSION => '1.0.0',
        AUTHOR => 'Eric Wong <e@80x24.org>',
        ABSTRACT => 'public-inbox server infrastructure',
        EXE_FILES => \@EXE_FILES,