diff options
author | thlo <smarttv640@gmail.com> | 2013-01-20 22:05:31 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-01-20 22:05:31 +0100 |
commit | 9bf91b278fb71ddb118c5df18a894eff647c1ebd (patch) | |
tree | 72d7f3a4811f47e124604dacdc28e23f8e630573 /vdr-smarttvweb/smarttvfactory.h | |
parent | 9ad252e42b22a09dcee515d63e297ca758b2b54a (diff) | |
download | vdr-plugin-smarttvweb-9bf91b278fb71ddb118c5df18a894eff647c1ebd.tar.gz vdr-plugin-smarttvweb-9bf91b278fb71ddb118c5df18a894eff647c1ebd.tar.bz2 |
Resume Fixes
Diffstat (limited to 'vdr-smarttvweb/smarttvfactory.h')
-rw-r--r-- | vdr-smarttvweb/smarttvfactory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vdr-smarttvweb/smarttvfactory.h b/vdr-smarttvweb/smarttvfactory.h index ff1af24..644427a 100644 --- a/vdr-smarttvweb/smarttvfactory.h +++ b/vdr-smarttvweb/smarttvfactory.h @@ -38,6 +38,9 @@ using namespace std; +#define PLG_VERSION "0.9.3" +#define SERVER "SmartTvWeb/0.9.3" + class SmartTvServer { public: SmartTvServer(); |