Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-06-16 05:08:29 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-06-16 05:08:29 +0400
commit23ebac08806a372bce46c887b01f518d6588cc51 (patch)
tree7384d529328ad98d150575deaef8564fa82cdcef /upnpglobalvars.h
parent2bd77d714cc6e86afc621f436fb77bfee2bd46cd (diff)
* Increment version to 1.0.14.
* Fix TiVo beacon issue where it would only broadcast on eth0. * Fix a couple gcc4.4 warnings.
Diffstat (limited to 'upnpglobalvars.h')
-rw-r--r--upnpglobalvars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upnpglobalvars.h b/upnpglobalvars.h
index dc53fd8..7d06e93 100644
--- a/upnpglobalvars.h
+++ b/upnpglobalvars.h
@@ -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