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 */