summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-09-02 14:51:26 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-09-02 14:51:26 +0000
commitbb101ba03fb9920cf3a55803a608501d2bc996ce (patch)
treea45d409e1742926a6b6435c0852b0cac31aee3b8
parent36bc50253f7bd7e0b3701cfdfba68dca6e4303ce (diff)
downloadneon-bb101ba03fb9920cf3a55803a608501d2bc996ce.tar.gz
* macros/neon.m4: Set libtool versions as backwards-compat to 0.27.x.
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.29.x@1708 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--macros/neon.m410
1 files changed, 2 insertions, 8 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index f620445..ca9bf12 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -140,14 +140,8 @@ NE_VERSION_MINOR=29
NE_VERSION_PATCH=0
NE_VERSION_TAG=-dev
-# libtool library interface versioning. Release policy dictates that
-# for neon 0.x.y, each x brings an incompatible interface change, and
-# each y brings no interface change, and since this policy has been
-# followed since 0.1, x == CURRENT, y == RELEASE, 0 == AGE. For
-# 1.x.y, this will become N + x == CURRENT, y == RELEASE, x == AGE,
-# where N is constant (and equal to CURRENT + 1 from the final 0.x
-# release)
-NE_LIBTOOL_VERSINFO="${NE_VERSION_MINOR}:${NE_VERSION_PATCH}:0"
+# 0.29.x is backwards-compatible to 0.27.x, so AGE=2
+NE_LIBTOOL_VERSINFO="29:${NE_VERSION_PATCH}:2"
NE_DEFINE_VERSIONS