From abc1dc9679b01d9c3840e20a5fb0bd6456f6f086 Mon Sep 17 00:00:00 2001 From: Andreas Marek Date: Mon, 4 Jul 2016 07:39:31 +0200 Subject: [PATCH] Update library version informatio to reflect new public interfaces --- LIBRARY_INTERFACE | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/LIBRARY_INTERFACE b/LIBRARY_INTERFACE index 1e149592..e4be3327 100644 --- a/LIBRARY_INTERFACE +++ b/LIBRARY_INTERFACE @@ -38,3 +38,9 @@ https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html the naming conventions. The old interface are still available The states of release 2016.05.001 and 2016.05.002 define this interface + +- 6 + Compatible API change w.r.t. previous version: Interfaces have been made public. + + The state of release 2016.05.003 defines this interface + diff --git a/configure.ac b/configure.ac index 734879b8..fc12f9d0 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AM_SILENT_RULES([yes]) # by the current interface, as they are ABI compatible (e.g. only new symbols # were added by the new interface) # -AC_SUBST([ELPA_SO_VERSION], [5:1:1]) +AC_SUBST([ELPA_SO_VERSION], [6:0:2]) # -- GitLab