From a78ceab461e97d308e5550c8339995eeb796a280 Mon Sep 17 00:00:00 2001 From: maroy Date: Thu, 2 Dec 2004 08:57:25 +0000 Subject: [PATCH] updated version string again --- livesupport/products/scheduler/src/GetVersionMethod.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livesupport/products/scheduler/src/GetVersionMethod.cxx b/livesupport/products/scheduler/src/GetVersionMethod.cxx index 53237081f..3688c0bf7 100644 --- a/livesupport/products/scheduler/src/GetVersionMethod.cxx +++ b/livesupport/products/scheduler/src/GetVersionMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: maroy $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GetVersionMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -69,7 +69,7 @@ const std::string GetVersionMethod::methodName = "getVersion"; const std::string GetVersionMethod::versionStr = "LiveSupport Scheduler Daemon " PACKAGE_VERSION " " - __DATE__; + "(" __DATE__ ")"; /* =============================================== local function prototypes */