* Increment DB version number to signify the added TIMESTAMP column.
This commit is contained in:
parent
0f0d22c2f5
commit
6df206efc0
@ -21,11 +21,11 @@
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
#define MINIDLNA_VERSION "1.0.16-pre6"
|
||||
#define MINIDLNA_VERSION "1.0.16-pre7"
|
||||
|
||||
#define CLIENT_CACHE_SLOTS 20
|
||||
#define USE_FORK 1
|
||||
#define DB_VERSION 2
|
||||
#define DB_VERSION 3
|
||||
|
||||
#if 0 // Add these once the newer ffmpeg libs that can detect WMAPRO are more widely used
|
||||
"http-get:*:video/x-ms-wmv:DLNA.ORG_PN=WMVHIGH_PRO;DLNA.ORG_OP=01;DLNA.ORG_CI=0,"
|
||||
|
Loading…
x
Reference in New Issue
Block a user