First checkin of the reversion back from the failed optimization effort. I will be...
[dbsrgits/DBM-Deep.git] / utils / upgrade_db.pl
index c25af18..91003c3 100755 (executable)
@@ -28,7 +28,7 @@ my %is_dev = (
 my %opts = (
   man => 0,
   help => 0,
-  version => '1.0012',
+  version => '1.0013',
   autobless => 1,
 );
 GetOptions( \%opts,
@@ -71,7 +71,7 @@ my %db;
 
 {
   my $ver = $opts{version};
-  if ( $ver =~ /^1\.001[0-2]/) {
+  if ( $ver =~ /^1\.001[0-3]/) {
     $ver = 3;
   }
   elsif ( $ver =~ /^1\.000[3-9]/) {