summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-22 17:57:39 +0200
committermethodus <methodus@web.de>2012-10-22 17:57:39 +0200
commit759075f868a07d1a01d4d0386f99ef044f7dbb2f (patch)
treea62c7a54d739c68938e805760735e1832b32cd76
parent6e5ba1ead47c196fb1648886665dc027fdf8b1fd (diff)
downloadvdr-plugin-upnp-759075f868a07d1a01d4d0386f99ef044f7dbb2f.tar.gz
vdr-plugin-upnp-759075f868a07d1a01d4d0386f99ef044f7dbb2f.tar.bz2
fixed version number
-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 {