From: Derrik Pates Date: Wed, 21 Mar 2012 01:42:23 +0000 (-0600) Subject: Increment version number, to be ready for a new release. X-Git-Url: http://git.rot13.org/?p=perl-fuse.git;a=commitdiff_plain;h=4ac1cc83ec1a9913448dc9e98a5e74422fd782f8 Increment version number, to be ready for a new release. --- diff --git a/Fuse.pm b/Fuse.pm index f1061ea..53ac109 100755 --- a/Fuse.pm +++ b/Fuse.pm @@ -28,7 +28,7 @@ our %EXPORT_TAGS = ( our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = (); -our $VERSION = '0.14'; +our $VERSION = '0.15'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant()