On 2024-11-21 11:33:21 +0100, Domingo Alvarez Duarte wrote:
> I changed it to:
> 
> ====
> 
> #define TCC_VERSION_MAJOR "0"
> #define TCC_VERSION_SUB "9"
> #define TCC_VERSION_MINOR "28"

This is often called MAJOR.MINOR.PATCH or MAJOR.MINOR.MICRO, but
in the case of tinycc, the "9" isn't really minor. So, OK.

> #define TCC_RELEASE_CANDIDATE "rc"

I would rather call it TCC_VERSION_SUFFIX (so it could be "alpha",
"beta", "dev" or whatever, if need be).

-- 
Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to