From 3c0d4ccf4931b696c82ae678f7dd45740f4eac8c Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 15 Nov 2019 21:25:37 -0800 Subject: [PATCH] remove another __DATE__ --- modules/ca/src/client/cac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ca/src/client/cac.cpp b/modules/ca/src/client/cac.cpp index 485b83d89..476d1c380 100644 --- a/modules/ca/src/client/cac.cpp +++ b/modules/ca/src/client/cac.cpp @@ -53,7 +53,7 @@ static const char pVersionCAC[] = "@(#) " EPICS_VERSION_STRING - ", CA Client Library " __DATE__; + ", CA Client Library"; // TCP response dispatch table const cac::pProtoStubTCP cac::tcpJumpTableCAC [] =