diff options
| author | Carl Worth <cworth@cworth.org> | 2010-04-05 15:54:17 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2010-04-05 15:54:17 -0700 |
| commit | 322eaebabe210c73dd631be1dd6a0a30c3e5e76f (patch) | |
| tree | 2c16fc9860ca4844e8587798e78d30641072bea0 /lib | |
| parent | 1e66fb0e22cf901dd5a3194605bb173f1acff756 (diff) | |
| parent | 4c7ee0f016c2f79c332608ff94a38126dccf6ba2 (diff) | |
Merge commit '0.1'
This is a merge of the few changes I made to release 0.1
retroactively, (after having incremented the version to 0.1.1).
Conflicts:
Makefile.local (renamed NOTMUCH_VERSION to VERSION)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.local | 7 |
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 |
