Upgrade DB_File to 1.818.
[p5sagit/p5-mst-13.2.git] / ext / DB_File / DB_File.pm
index 6bf139f..105f121 100644 (file)
@@ -2,9 +2,9 @@
 #
 # written by Paul Marquess (pmqs@cpan.org)
 # last modified 28th October 2007
-# version 1.817
+# version 1.818
 #
-#     Copyright (c) 1995-2008 Paul Marquess. All rights reserved.
+#     Copyright (c) 1995-2009 Paul Marquess. All rights reserved.
 #     This program is free software; you can redistribute it and/or
 #     modify it under the same terms as Perl itself.
 
@@ -165,7 +165,7 @@ our ($db_version, $use_XSLoader, $splice_end_array, $Error);
 use Carp;
 
 
-$VERSION = "1.817_01" ;
+$VERSION = "1.818" ;
 $VERSION = eval $VERSION; # needed for dev releases
 
 {