[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1.1-rc2 now available
- From: "D Burgess" <dburgess@...>
- Date: Sat, 3 Jun 2006 07:58:48 +1000
May I suggest something slightly different?
1) Keep _VERSION as "5.1"
2) Use a revision number or a build number _BUILD,
this number increments by 1 every time the Lua team publishes
Lua for the named version. (A bit like MS build numbers).
So the number for Lua 5.1 would be about 15 by now (rough
guess).
This keeps the version clean and allows fine grained identification
of the code in use.
David B.