Remove beta status from compression modules
[p5sagit/p5-mst-13.2.git] / ext / Compress / IO / Base / lib / IO / Uncompress / Base.pm
index 0073291..0442f41 100644 (file)
@@ -10,7 +10,7 @@ our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS);
 @ISA    = qw(Exporter );
 
 
-$VERSION = '2.000_14';
+$VERSION = '2.001';
 
 use constant G_EOF => 0 ;
 use constant G_ERR => -1 ;