[-] Name update forked-daapd -> owntone throughout the code

This commit is contained in:
ejurgensen
2021-04-09 20:21:20 +02:00
parent f61665b81d
commit 5f1686695a
29 changed files with 50 additions and 50 deletions

View File

@@ -21,10 +21,10 @@
#include <sqlite3.h>
/* Rule of thumb: Will the current version of forked-daapd work with the new
/* Rule of thumb: Will the current version of the server work with the new
* version of the database? If yes, then it is a minor upgrade, if no, then it
* is a major upgrade. In other words minor version upgrades permit downgrading
* forked-daapd after the database was upgraded. */
* the server after the database was upgraded. */
#define SCHEMA_VERSION_MAJOR 21
#define SCHEMA_VERSION_MINOR 06