compress 2.021
[p5sagit/p5-mst-13.2.git] / ext / Compress-Raw-Bzip2 / lib / Compress / Raw / Bzip2.pm
index 6b72532..c80eae3 100644 (file)
@@ -12,7 +12,7 @@ use Carp ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.020';
+$VERSION = '2.021';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;