Re: About lib version and git

2018-01-16 Thread Philip Withnall
On Tue, 2018-01-16 at 12:17 -0600, Federico Mena Quintero wrote: > It doesn't really matter when you do it. There are some important > things: > > * Make sure the new header files are parallel-installable with the > old > ones. > > * Make sure the soname in the library changes. Grep for

Re: About lib version and git

2018-01-16 Thread Alberto Ruiz
I would add, that you probably want a different .pc/packageconfig module name if you want them parallelly on the same system 2018-01-16 19:17 GMT+01:00 Federico Mena Quintero : > On Tue, 2018-01-16 at 18:01 +0100, Daniel García Moreno wrote: > > > Currently we've the stable

Re: About lib version and git

2018-01-16 Thread Federico Mena Quintero
On Tue, 2018-01-16 at 18:01 +0100, Daniel García Moreno wrote: > Currently we've the stable 0.5.3 in master and the API break changes > in > a new branch called next. I want to move all development to master > and > keep tags for stable versions, but I don't know if that movement will > break