Build Master: Scheduling
Jacob Carlborg
doob at me.com
Fri Nov 15 04:12:33 PST 2013
On 2013-11-15 11:51, luka8088 wrote:
> I think API change could be analog to features change (and the way they
> are interfaced).
>
> So the version consists of x.y.z
>
> z increments only on bug fixes.
> y increments when new features are added, but they are backwards
> compatable. Incrementing y resets z to 0.
> x increments when backwards incompatible change are made. Incrementing x
> resets y and z to 0.
The problem is that it's very easy to break code, even with bug fixes.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list