]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
lib: Replace NOTMUCH_*_VERSION with LIBNOTMUCH_*_VERSION
[notmuch] / lib / Makefile.local
index 155ac02ff00e3f90bd4227edf393e90f0e887bdf..cd2c60df70bb619c8787cc49423e8883fb0a2349 100644 (file)
@@ -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.