]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
import: cleanup git cat-file processes when ->done
[public-inbox.git] / Makefile.PL
index 0bac7c95a6df47bfb7a14fc1d26b88e47619ce30..f085ebc93af8e93fa3a9a8280add050fde1bd251 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2013-2015 all contributors <meta@public-inbox.org>
-# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
+# Copyright (C) 2013-2018 all contributors <meta@public-inbox.org>
+# License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use ExtUtils::MakeMaker;
 my @EXE_FILES = split("\n", `git ls-files 'script/*' 2>/dev/null`);
@@ -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,