summaryrefslogtreecommitdiff
path: root/live.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-05-25 19:12:28 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-05-25 19:12:28 +0000
commitcf9e6c0acbc49e096baa1517cb5be00d07d60339 (patch)
treecccd2acdf6a61c0205d80a39986df6054c3b69b5 /live.cpp
parente2fdf3baa58eac8d37db7e900d2e8fc15ff0c4e6 (diff)
downloadvdr-plugin-live-cf9e6c0acbc49e096baa1517cb5be00d07d60339.tar.gz
vdr-plugin-live-cf9e6c0acbc49e096baa1517cb5be00d07d60339.tar.bz2
- about box, first summit
Diffstat (limited to 'live.cpp')
-rw-r--r--live.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/live.cpp b/live.cpp
index 9997a8d..1c0f22a 100644
--- a/live.cpp
+++ b/live.cpp
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: live.cpp,v 1.14 2007/04/26 16:17:36 thomas Exp $
+ * $Id: live.cpp,v 1.15 2007/05/25 19:12:28 lordjaxom Exp $
*/
#include <vdr/plugin.h>
@@ -19,8 +19,8 @@ namespace vdrlive {
using namespace std;
-const char *Plugin::VERSION = "0.0.1";
-const char *Plugin::DESCRIPTION = "Live Integrated VDR Environment";
+const char *Plugin::VERSION = LIVEVERSION;
+const char *Plugin::DESCRIPTION = LIVESUMMARY;
std::string Plugin::m_configDirectory;