aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-05 15:00:37 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-05 15:29:54 -0700
commitda2403c310fb7ae65cd63cdd2895c3987d77848f (patch)
treef977cc610ed7c14314fb709463cf2894ef12f35e /lib/Makefile.local
parent04e816416fb9f5b6447896ccdb153a6f93c3e949 (diff)
RELEASING: Add this file describing the steps to make a release.
These steps might be changing a bit as we work on making the initial 0.1 release.
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 5f493ee9..c98fb673 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -4,6 +4,13 @@
# 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