diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Compress/Raw/Bzip2.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Compress/Raw/Bzip2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Compress/Raw/Bzip2.pm b/Master/tlpkg/tlperl/lib/Compress/Raw/Bzip2.pm index 037ba437156..a5cdc2f5620 100644 --- a/Master/tlpkg/tlperl/lib/Compress/Raw/Bzip2.pm +++ b/Master/tlpkg/tlperl/lib/Compress/Raw/Bzip2.pm @@ -11,7 +11,7 @@ use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.064'; +$VERSION = '2.068'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |