summaryrefslogtreecommitdiff
path: root/ext/PerlIO-mmap
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-05-29 13:52:25 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-05-29 13:52:25 -0400
commit9fadc397283c16050c9e41a50a900abc9aa5108e (patch)
tree41fb5e8c351e53307871ab8840a589849ca7d299 /ext/PerlIO-mmap
parent9959d4399a47965721a6f94139024db12257f14f (diff)
downloadperl-9fadc397283c16050c9e41a50a900abc9aa5108e.tar.gz
Version bumping thanks to the Coverity deluge.
Diffstat (limited to 'ext/PerlIO-mmap')
-rw-r--r--ext/PerlIO-mmap/mmap.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/PerlIO-mmap/mmap.pm b/ext/PerlIO-mmap/mmap.pm
index cf97882fa5..22cab05852 100644
--- a/ext/PerlIO-mmap/mmap.pm
+++ b/ext/PerlIO-mmap/mmap.pm
@@ -1,7 +1,7 @@
package PerlIO::mmap;
use strict;
use warnings;
-our $VERSION = '0.011';
+our $VERSION = '0.012';
use XSLoader;
XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION);