Changed descriptive text to identify new commit date information.

This commit is contained in:
hanlet
2022-05-13 11:38:32 -07:00
parent f109371268
commit 8e4ffd46a0

View File

@@ -23,7 +23,7 @@ DBCORE_API int coreRelease(void)
printf ( "############################################################################\n" );
printf ( "## %s\n", epicsReleaseVersion );
printf ( "## %s\n", "Rev. " EPICS_VCS_VERSION );
printf ( "## %s\n", "Rev. " EPICS_VCS_VERSION_DATE );
printf ( "## %s\n", "Date " EPICS_VCS_VERSION_DATE );
printf ( "############################################################################\n" );
return 0;
}