From 05cb9df82c9dfea8f0508d532ab7c79b51efa960 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 9 Aug 2017 09:40:03 +0200 Subject: CONTRIBUTING.md: added section on symbol versioning Signed-off-by: Nikos Mavrogiannopoulos --- m4/hooks.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm4') diff --git a/m4/hooks.m4 b/m4/hooks.m4 index c549ea16d2..9cb3e7d4e1 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -38,6 +38,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ + # + add new version symbol in libgnutls.map, see Symbol and library versioning + # in CONTRIBUTION.md for more info. + # # Interfaces removed: AGE=0 (+bump all symbol versions in .map) AC_SUBST(LT_CURRENT, 53) AC_SUBST(LT_REVISION, 0) -- cgit v1.2.1