about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-03 03:01:40 +0000
committerEric Wong <e@80x24.org>2019-11-03 03:06:12 +0000
commit4821798351defce82c102e46d6f5f84f0cdc0e34 (patch)
tree4a2726035284021f9fb4808b699df62dde8aaafe /Makefile.PL
parent70ebd82066a0c9c4c92579c07b7d0e36bbb4870a (diff)
downloadpublic-inbox-4821798351defce82c102e46d6f5f84f0cdc0e34.tar.gz
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 adc7e518..1c70c6f3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,7 +20,7 @@ my %man3 = map {; # semi-colon tells Perl this is a BLOCK (and not EXPR)
 
 WriteMakefile(
         NAME => 'PublicInbox',
-        VERSION => '1.1.0-pre1',
+        VERSION => '1.2.0',
         AUTHOR => 'Eric Wong <e@80x24.org>',
         ABSTRACT => 'public-inbox server infrastructure',
         EXE_FILES => \@EXE_FILES,