diff options
author | thlo <t.lohmar@gmx.de> | 2013-02-03 19:21:35 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-02-03 19:21:35 +0100 |
commit | c81227a97c5cabc1ef61bac08fa8654e0961d95a (patch) | |
tree | 48900bb168ff144107be974fdc1859baa1c86968 /vdr-smarttvweb/smarttvfactory.h | |
parent | 3672b7e1326c06c886e547903a0f33e2d7e817ca (diff) | |
download | vdr-plugin-smarttvweb-c81227a97c5cabc1ef61bac08fa8654e0961d95a.tar.gz vdr-plugin-smarttvweb-c81227a97c5cabc1ef61bac08fa8654e0961d95a.tar.bz2 |
Various fixes.
Diffstat (limited to 'vdr-smarttvweb/smarttvfactory.h')
-rw-r--r-- | vdr-smarttvweb/smarttvfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr-smarttvweb/smarttvfactory.h b/vdr-smarttvweb/smarttvfactory.h index 644427a..7fc7bbd 100644 --- a/vdr-smarttvweb/smarttvfactory.h +++ b/vdr-smarttvweb/smarttvfactory.h @@ -38,8 +38,8 @@ using namespace std; -#define PLG_VERSION "0.9.3" -#define SERVER "SmartTvWeb/0.9.3" +#define PLG_VERSION "0.9.4" +#define SERVER "SmartTvWeb/0.9.4" class SmartTvServer { public: |