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