OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: UPDATE: graphics/babl

From: Stuart Henderson (stuspacehopper.org)
Date: Thu Oct 02 2008 - 08:51:50 CDT


On 2008/10/02 14:32, Stuart Henderson wrote:
> On 2008/10/02 15:15, Giovanni Bechis wrote:
> > -SHARED_LIBS= babl-0.0 0.0 # .20.0
> > +SHARED_LIBS= babl-0.0 0.0 # .22.0
>
> I'd have thought if the new gimp needs to have a newer version,
> something will change in the API, in which case our installed
> version number is probably going to need a bump.
>
> changed API/added functions -> bump major
> removed functions only -> bump minor

oooops, wrong way round.

changed API/removed functions -> bump major
added new functions only -> bump minor

> no API change confirmed by diffing -> no change
> if in any doubt -> ask (point it out, in case nobody
> spots it ;-) and/or bump major
>