diff options
author | methodus <methodus@web.de> | 2012-10-22 17:57:39 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-22 17:57:39 +0200 |
commit | 759075f868a07d1a01d4d0386f99ef044f7dbb2f (patch) | |
tree | a62c7a54d739c68938e805760735e1832b32cd76 | |
parent | 6e5ba1ead47c196fb1648886665dc027fdf8b1fd (diff) | |
download | vdr-plugin-upnp-759075f868a07d1a01d4d0386f99ef044f7dbb2f.tar.gz vdr-plugin-upnp-759075f868a07d1a01d4d0386f99ef044f7dbb2f.tar.bz2 |
fixed version number
-rw-r--r-- | upnp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |