Re: The trouble with versions

2009-05-23 Thread Ralf Wildenhues
Hello Gerald, * Gerald I. Evenden wrote on Sat, May 23, 2009 at 05:33:43PM CEST: > Original library was setup and installed as: > > libproject_la_LDFLAGS = -version-info 0:0:0 $(ALDFLAG) $(BLDFLAG) > > I added a new procedure and modified several others (without changing their > interface). >

The trouble with versions

2009-05-23 Thread Gerald I. Evenden
Original library was setup and installed as: libproject_la_LDFLAGS = -version-info 0:0:0 $(ALDFLAG) $(BLDFLAG) I added a new procedure and modified several others (without changing their interface). Refering to 7.3 of libtool I change the above to: libproject_la_LDFLAGS = -version-info 1:1:1 $