summaryrefslogtreecommitdiff
path: root/macros/neon.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/neon.m4')
-rw-r--r--macros/neon.m410
1 files changed, 2 insertions, 8 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index 6d47333..92f76bf 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -140,14 +140,8 @@ NE_VERSION_MINOR=30
NE_VERSION_PATCH=0
NE_VERSION_TAG=
-# 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.30.x is backwards-compatible to 0.27.x, so AGE=3
+NE_LIBTOOL_VERSINFO="30:${NE_VERSION_PATCH}:3"
NE_DEFINE_VERSIONS