diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | smarttvfactory.h | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 3c32f23..a66bec8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ +vdr-plugin-smarttvweb (1.0.0) precise; urgency=low + + * First release candidate + + -- T. Lohmar <smarttv640@gmail.com> Sat, 26 Apr 2014 09:21:41 +0200 + vdr-plugin-smarttvweb (0.9.9-1) unstable; urgency=low * Initial Debianize configuration * Install configuration files - -- T. Lohmar <smarttv640@gmail.com> Wed, 23 Apr 2014 10:03:18 +0200 + -- T. Lohmar <smarttv640@gmail.com> Sat, 26 Apr 2014 09:20:04 +0200 diff --git a/smarttvfactory.h b/smarttvfactory.h index 6a56e85..280c4bd 100755 --- a/smarttvfactory.h +++ b/smarttvfactory.h @@ -47,8 +47,8 @@ class cStatus { using namespace std; -#define PLG_VERSION "0.9.a-pre" -#define SERVER "SmartTvWeb/0.9.a-pre" +#define PLG_VERSION "1.0.0" +#define SERVER "SmartTvWeb/1.0.0" class cLiveRelay; struct sClientEntry { |