diff options
author | thlo <smarttv640@gmail.com> | 2013-05-01 17:56:39 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-05-01 17:56:39 +0200 |
commit | 1f80c9528c5b83de6b301a1e845b2ed5b425bc30 (patch) | |
tree | 4b5e91259cb200eea5178e3933b98c26a3112f1e | |
parent | 801a1b954dd4fad6b4c5d875746af328893f724f (diff) | |
download | vdr-plugin-smarttvweb-1f80c9528c5b83de6b301a1e845b2ed5b425bc30.tar.gz vdr-plugin-smarttvweb-1f80c9528c5b83de6b301a1e845b2ed5b425bc30.tar.bz2 |
Plugin v 0.9.8
-rw-r--r-- | smarttvfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smarttvfactory.h b/smarttvfactory.h index 02c03ec..c35d2f6 100644 --- a/smarttvfactory.h +++ b/smarttvfactory.h @@ -47,8 +47,8 @@ class cStatus { using namespace std; -#define PLG_VERSION "0.9.8-pre" -#define SERVER "SmartTvWeb/0.9.8-pre" +#define PLG_VERSION "0.9.8" +#define SERVER "SmartTvWeb/0.9.8" struct sClientEntry { string mac; |