diff options
Diffstat (limited to 'tools/songdb.pl')
-rwxr-xr-x | tools/songdb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/songdb.pl b/tools/songdb.pl index 8a4746b8be..b2e248c898 100755 --- a/tools/songdb.pl +++ b/tools/songdb.pl @@ -68,7 +68,7 @@ my %lcalbums; my %dir2albumname; -my $dbver = 2; +my $dbver = 3; if(! -d $dir or $help) { print "'$dir' is not a directory\n" if ($dir ne "" and ! -d $dir); |