about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-05-09 20:09:52 +0000
committerEric Wong <e@80x24.org>2018-05-09 20:12:41 +0000
commit4db4bfa2c9178b315d2ac09cff794a4476ba1f6e (patch)
tree4968a27b26d227b8e10c5aa94136ca235fb79cc3 /Makefile.PL
parent8d562ac834d69e18030cb2969a827b121aa4324a (diff)
downloadpublic-inbox-4db4bfa2c9178b315d2ac09cff794a4476ba1f6e.tar.gz
Pre-release for v2 repository support.  Thanks to
The Linux Foundation for supporting this work!
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index f085ebc9..a47e17bc 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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,