On Wed, 2019-07-24 at 15:04 -0300, Bruno E. O. Meneguele wrote: > On Wed, Jul 24, 2019 at 08:28:01PM +0300, Vitaly Chikunov wrote: > > diff --git a/src/Makefile.am b/src/Makefile.am > > index 9c037e2..b794c50 100644 > > --- a/src/Makefile.am > > +++ b/src/Makefile.am > > @@ -4,7 +4,7 @@ libimaevm_la_SOURCES = libimaevm.c > > libimaevm_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBCRYPTO_CFLAGS) > > # current[:revision[:age]] > > # result: [current-age].age.revision > > -libimaevm_la_LDFLAGS = -version-info 0:0:0 > > +libimaevm_la_LDFLAGS = -version-info 1:0:0 > > libimaevm_la_LIBADD = $(LIBCRYPTO_LIBS) > > > > Thanks, > > And I also agree with his patch, changing -version-info to 1:0:0, > bumping "current" number, since the interface was indeed changed since > v1.1 release of ima-evm-utils. > > Thanks for catching that :)) Thanks! We'll use the libtool versioning. Mimi