+ Added HB_VERSION() unified version information function. This can return these version related data:
      hb_version( HB_V_HARBOUR )        => <string>
hb_version( HB_V_COMPILER ) => <string> hb_version( HB_V_MAJOR ) => <num> hb_version( HB_V_MINOR ) => <num> hb_version( HB_V_REV ) => <num> hb_version( HB_V_STATUS ) => <string> hb_version( HB_V_COUNT ) => <num> hb_version( HB_V_DATE_TIME ) => <string> hb_version( HB_V_DATE ) => <date> hb_version( HB_V_TIME ) => <string>

Hi,


I would change _REV, _DATE, _TIME to less cryptic _REVISION, _BUILD_DATE, _BUILD_TIME. And _V_ to _VER_ for the same reason. It's just an idea, could be ignored.

BTW, what is HB_V_COUNT?


Best regards,
Mindaugas

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to