[haiku-development] Re: Port revisions vs package revisions

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Sat, 15 Feb 2014 17:06:46 +0100

On 15.02.2014 11:37, Jonathan Schleifer wrote:
Actually, it does. libpcre.so.0 and libpcre.so.1 are *not* compatible. Shared 
library versions work like this:

Let's say we have version x.y.z, then what you do is this: You increase z if 
you only did minor changes that don't change the API at all. You increase y if 
you add something to the API. You increase x if you changed the API in an 
incompatible way.

Unfortunately, this is just a convention, not a rule; you may expect it to be this way, but you must not depend on it.

Bye,
   Axel.


Other related posts: