From: Nikos Mavrogiannopoulos Date: Sat, 24 May 2014 14:37:22 +0000 (+0200) Subject: document the symbol version bump needed in a .so version bump. X-Git-Tag: gnutls_3_3_3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e62d7cbda315a68bf1a137c97c1527f160b29baf;p=thirdparty%2Fgnutls.git document the symbol version bump needed in a .so version bump. --- diff --git a/m4/hooks.m4 b/m4/hooks.m4 index ec6ecc3172..89571bc421 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -38,7 +38,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ - # Interfaces removed: AGE=0 + # Interfaces removed: AGE=0 (+bump all symbol versions in .map) AC_SUBST(LT_CURRENT, 64) AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 36)