From 8acb364a41c51c15af43409f158cb5423e333419 Mon Sep 17 00:00:00 2001 From: thlo Date: Sat, 26 Apr 2014 09:26:05 +0200 Subject: Increase plugin version to 1.0.0 (candidate release). --- debian/changelog | 8 +++++++- 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 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 Wed, 23 Apr 2014 10:03:18 +0200 + -- T. Lohmar 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 { -- cgit v1.2.3