Added repository name

Changed git date from epoch to present commit date
This commit is contained in:
hanlet
2022-05-13 13:25:47 -07:00
parent 8e4ffd46a0
commit f0c86c5cb3
2 changed files with 3 additions and 3 deletions
+1 -1
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", "Date " EPICS_VCS_VERSION_DATE );
printf ( "## %s\n", "Rev. Date " EPICS_VCS_VERSION_DATE );
printf ( "############################################################################\n" );
return 0;
}