diff --git a/src/cas/generic/caServerI.cc b/src/cas/generic/caServerI.cc index 638d2c08e..e39d9969e 100644 --- a/src/cas/generic/caServerI.cc +++ b/src/cas/generic/caServerI.cc @@ -16,6 +16,7 @@ */ #include "epicsGuard.h" +#include "epicsVersion.h" #include "addrList.h" @@ -23,7 +24,7 @@ #include "server.h" #include "casCtxIL.h" // casCtx in line func -static char *id="@(#) $Id$"; +static char *id="@(#) " EPICS_VERSION_STRING ", CA Portable Server Library" "$Date$"; // // the maximum beacon period if EPICS_CA_BEACON_PERIOD isnt available