projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9be51a8
)
Updated version number to 0.99_01 to reflect dev path to 1.00
rkinyon [Tue, 28 Feb 2006 19:06:48 +0000 (19:06 +0000)]
lib/DBM/Deep.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBM/Deep.pm
b/lib/DBM/Deep.pm
index
c6e8c1f
..
b6dc04f
100644
(file)
--- 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.