diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-25 19:12:28 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-25 19:12:28 +0000 |
commit | cf9e6c0acbc49e096baa1517cb5be00d07d60339 (patch) | |
tree | cccd2acdf6a61c0205d80a39986df6054c3b69b5 /live.cpp | |
parent | e2fdf3baa58eac8d37db7e900d2e8fc15ff0c4e6 (diff) | |
download | vdr-plugin-live-cf9e6c0acbc49e096baa1517cb5be00d07d60339.tar.gz vdr-plugin-live-cf9e6c0acbc49e096baa1517cb5be00d07d60339.tar.bz2 |
- about box, first summit
Diffstat (limited to 'live.cpp')
-rw-r--r-- | live.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |