From: Sergio B. <ser...@gm...> - 2021-02-12 06:41:32
|
Hi Fred, On 11/2/21 12:05, fredm--- via fuse-emulator-cvs wrote: > diff --git a/Makefile.am b/Makefile.am > index 55128b6..4d47afc 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -76,7 +76,7 @@ endif > ## * Always increase the revision value. > ## * Increase the age value only if the changes made to the ABI are backward > ## compatible. > -libspectrum_la_LDFLAGS = -version-info 16:14:8 -no-undefined @WINDRES_LDFLAGS@ > +libspectrum_la_LDFLAGS = -version-info 17:15:8 -no-undefined @WINDRES_LDFLAGS@ > > libspectrum_la_LIBADD = @AUDIOFILE_LIBS@ @GLIB_LIBS@ -lm > Do you think a soname dump is required? I was expecting an increase of the age value too. Cheers, Sergio |