X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2FMakefile.local;h=0cc1d39fab79ac5353620b8a9791df169bdedc47;hb=417274d698b6718621b9f5dec744ab169499f4e3;hp=1eb1f4ea3b59ed8c21e56228cfb95f9195b42838;hpb=1036867897c05215fa55863a10e5afdaef7dfd5d;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index 1eb1f4ea..0cc1d39f 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -15,7 +15,7 @@ LIBNOTMUCH_VERSION_MAJOR = 1 # The minor version of the library interface. This should be incremented at # the time of release for any additions to the library interface. -LIBNOTMUCH_VERSION_MINOR = 0 +LIBNOTMUCH_VERSION_MINOR = 1 # The release version the library interface. This should be incremented at # the time of release if there have been no changes to the interface, (but @@ -28,7 +28,7 @@ LIBRARY_SUFFIX = dylib LINKER_NAME = libnotmuch.$(LIBRARY_SUFFIX) SONAME = libnotmuch.$(LIBNOTMUCH_VERSION_MAJOR).$(LIBRARY_SUFFIX) LIBNAME = libnotmuch.$(LIBNOTMUCH_VERSION_MAJOR).$(LIBNOTMUCH_VERSION_MINOR).$(LIBNOTMUCH_VERSION_RELEASE).$(LIBRARY_SUFFIX) -LIBRARY_LINK_FLAG = -dynamiclib -install_name $(SONAME) +LIBRARY_LINK_FLAG = -dynamiclib -install_name $(SONAME) -compatibility_version $(LIBNOTMUCH_VERSION_MAJOR).$(LIBNOTMUCH_VERSION_MINOR) -current_version $(LIBNOTMUCH_VERSION_MAJOR).$(LIBNOTMUCH_VERSION_MINOR).$(LIBNOTMUCH_VERSION_RELEASE) else LIBRARY_SUFFIX = so LINKER_NAME = libnotmuch.$(LIBRARY_SUFFIX)