]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
RELEASING: Add this file describing the steps to make a release.
[notmuch] / lib / Makefile.local
index f5d61883a41afd02a0fea4bc3ff5a871beb0ab37..c98fb6734cc3ee98a3056909ebe5fde12fdb1629 100644 (file)
@@ -1,7 +1,16 @@
+# -*- makefile -*-
+
 # The major version of the library interface. This will control the soname.
 # As such, this number must be incremented for any incompatible change to
 # the library interface, (such as the deletion of an API or a major
 # semantic change that breaks formerly functioning code).
+#
+# Note: We don't currently have plans to increment this at this time.
+# If we *do* want to make an incompatible change to the library
+# interface, we'll have to decide whether to increment this (creating
+# a new soname) or to introduce symbol versioning to be able to
+# provide support for both old and new interfaces without having to
+# increment this.
 LIBNOTMUCH_VERSION_MAJOR = 1
 
 # The minor version of the library interface. This should be incremented at