c c BD_DATE is used to specify the release version of the application. c character *(*) function bd_date () c c + + + PURPOSE + + + c c To be able to incorporate the actual build date string c into an application. c The build date string is replaced by the building program c at compile time. This function is the application's reference c to that string. c c + + + KEYWORDS + + + c date, time, build, release, version c c + + + ARGUMENT DECLARATIONS + + + c c + + + ARGUMENT DEFINITIONS + + + c c + + + PARAMETERS + + + c c + + + LOCAL VARIABLES + + + c c bd_str - Release string c c + + + END SPECIFICATIONS + + + c character*(40) bd_str bd_str = 'Unknown' bd_date = bd_str return end