summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--upnp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upnp.h b/upnp.h
index d0e3bd0..10ef354 100644
--- a/upnp.h
+++ b/upnp.h
@@ -13,7 +13,7 @@
using namespace upnp;
-static const char *VERSION = "0.0.1";
+static const char *VERSION = "1.0.0";
static const char *DESCRIPTION = "UPnP/DLNA compliant Media Server functionality for VDR";
class cPluginUpnp : public cPlugin {