]> Sergey Matveev's repositories - public-inbox.git/commitdiff
public-inbox 1.1.0-pre1 v1.1.0-pre1
authorEric Wong <e@80x24.org>
Wed, 9 May 2018 20:09:52 +0000 (20:09 +0000)
committerEric Wong <e@80x24.org>
Wed, 9 May 2018 20:12:41 +0000 (20:12 +0000)
Pre-release for v2 repository support.  Thanks to
The Linux Foundation for supporting this work!

Makefile.PL

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