diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-09 09:40:03 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-08-09 16:25:33 +0200 |
commit | 05cb9df82c9dfea8f0508d532ab7c79b51efa960 (patch) | |
tree | f9a795d9c327dd397704d524a6b7c8a605283235 /m4 | |
parent | 80db34b6191f2c76a605e216798d96767571efc1 (diff) | |
download | gnutls-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.m4 | 3 |
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) |