* Increment version to 1.0.14.

* Fix TiVo beacon issue where it would only broadcast on eth0.
* Fix a couple gcc4.4 warnings.
This commit is contained in:
Justin Maggard
2009-06-16 01:08:29 +00:00
parent 94989f8b15
commit 944729cf12
6 changed files with 63 additions and 50 deletions

View File

@ -15,7 +15,7 @@
#include <sqlite3.h>
#define MINIDLNA_VERSION "1.0.13"
#define MINIDLNA_VERSION "1.0.14"
#define CLIENT_CACHE_SLOTS 20
#define USE_FORK 1