aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local3
1 files changed, 3 insertions, 0 deletions
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.