summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-09 09:40:03 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-09 16:25:33 +0200
commit05cb9df82c9dfea8f0508d532ab7c79b51efa960 (patch)
treef9a795d9c327dd397704d524a6b7c8a605283235 /m4
parent80db34b6191f2c76a605e216798d96767571efc1 (diff)
downloadgnutls-05cb9df82c9dfea8f0508d532ab7c79b51efa960.tar.gz
CONTRIBUTING.md: added section on symbol versioning
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m43
1 files changed, 3 insertions, 0 deletions
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)