From: rkinyon Date: Tue, 28 Feb 2006 19:06:48 +0000 (+0000) Subject: Updated version number to 0.99_01 to reflect dev path to 1.00 X-Git-Tag: 0-99_01~119 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3a7a0dcedb5e8490578dc1470418079919cd034e;p=dbsrgits%2FDBM-Deep.git Updated version number to 0.99_01 to reflect dev path to 1.00 --- diff --git a/lib/DBM/Deep.pm b/lib/DBM/Deep.pm index c6e8c1f..b6dc04f 100644 --- a/lib/DBM/Deep.pm +++ b/lib/DBM/Deep.pm @@ -36,7 +36,7 @@ use Digest::MD5 (); use Scalar::Util (); use vars qw( $VERSION ); -$VERSION = q(0.98); +$VERSION = q(0.99_01); ## # Set to 4 and 'N' for 32-bit offset tags (default). Theoretical limit of 4 GB per file.