diff options
author | thlo <smarttv640@gmail.com> | 2014-04-26 09:26:05 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2014-04-26 09:26:05 +0200 |
commit | 8acb364a41c51c15af43409f158cb5423e333419 (patch) | |
tree | d8ec68d2aaf805d3f89f9cb69b3c91029f5446a5 | |
parent | 88bfdef3ba37e603644f0e1279e73754a2769bdd (diff) | |
download | vdr-plugin-smarttvweb-8acb364a41c51c15af43409f158cb5423e333419.tar.gz vdr-plugin-smarttvweb-8acb364a41c51c15af43409f158cb5423e333419.tar.bz2 |
Increase plugin version to 1.0.0 (candidate release).
-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 { |