summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2017-04-21 13:33:55 -0700
committerJoe Stringer <joe@ovn.org>2017-05-17 15:26:08 -0700
commitbf824a02ec9c15bae2d82da1070ee59f6eeca886 (patch)
tree58d452dbca3fb6d4f187e361b50f9fa07e93a223 /configure.ac
parentf12e09b7b2e50ba8df7aad6fc1d78b87c9a346c6 (diff)
downloadopenvswitch-bf824a02ec9c15bae2d82da1070ee59f6eeca886.tar.gz
configure: Reset libtool CURRENT version.
Since commit f12e09b7b2e5 ("libopenvswitch: Rename to libfoo-X.Y."), the CURRENT libtool number is no longer derived from the OVS MINOR (from vMAJOR.MINOR.MICRO) version, so it can be reset to 0. Developers should attempt to avoid introducing ABI-breaking changes within a particular OVS-X.Y release series. Occasionally due to the nature of a particular bug, this is not possible. In such a case, developers must update the libtool CURRENT version to indicate this breakage to library users. In most OVS library releases, this is expected to remain 0. Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 671fce7fb..24013314a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ m4_pattern_forbid([LT_INIT]) dnl Make autoconf fail if libtool is missing.
# the new version. This is the case when symbols have been modified or
# deleted. Bump current, set revision and age to 0.
-m4_define([libopenvswitch_lt_current], [1])
+m4_define([libopenvswitch_lt_current], [0])
m4_define([libopenvswitch_lt_revision], [0])
m4_define([libopenvswitch_lt_age], [0])