On 30/08/2019 18:09, Kamil Rytarowski wrote:
On 30.08.2019 18:55, Roy Marples wrote:
return "NetBSD-Curses " CURSES_VERSION


I propose to go for:

return "NetBSD-" CURSES_VERSION " Curses";

With removed __DATE__ that is not MKREPRO friendly.

The rest looks fine.


I dislike having the version in the middle - convention has it at the end.
I'd go with

return "NetBSD-Curses " CURSES_VERSION

or

return "NetBSD " CURSES_VERSION

Roy

Reply via email to