X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2FMakefile.local;h=cd2c60df70bb619c8787cc49423e8883fb0a2349;hp=155ac02ff00e3f90bd4227edf393e90f0e887bdf;hb=8fb16e277e4d6c32bafa79ae7967e1e6ba9258e0;hpb=59fb44d78522adf6e927af3a707d668dd2cf5108 diff --git a/lib/Makefile.local b/lib/Makefile.local index 155ac02f..cd2c60df 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -18,6 +18,9 @@ LIBNOTMUCH_VERSION_MINOR = 0 # simply compatible changes to the implementation). LIBNOTMUCH_VERSION_RELEASE = 0 +# Note: Don't forget to change the VERSION macros in notmuch.h when +# any of the above change. + ifeq ($(PLATFORM),MACOSX) LIBRARY_SUFFIX = dylib # On OS X, library version numbers go before suffix.