DatabaseSave: increase DB_FORMAT version

This commit is contained in:
Max Kellermann 2014-02-24 23:55:28 +01:00
parent 58a981d2f6
commit 167803d2a1

View File

@ -41,7 +41,7 @@
#define DIRECTORY_FS_CHARSET "fs_charset: "
#define DB_TAG_PREFIX "tag: "
static constexpr unsigned DB_FORMAT = 1;
static constexpr unsigned DB_FORMAT = 2;
/**
* The oldest database format understood by this MPD version.