From cf9e6c0acbc49e096baa1517cb5be00d07d60339 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 25 May 2007 19:12:28 +0000 Subject: - about box, first summit --- live.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'live.cpp') 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 @@ -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; -- cgit v1.2.3