From: Andreas Schneider Date: Thu, 23 Jul 2020 06:14:23 +0000 (+0200) Subject: auth:creds: Bump library version X-Git-Tag: samba-4.14.0rc1~1479 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=0188885a4995198a4b573a7cbde736827f496846;p=samba.git auth:creds: Bump library version We added new functions so bump the version. Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- diff --git a/auth/credentials/wscript_build b/auth/credentials/wscript_build index 564a04fe8dd..1e3302e3e48 100644 --- a/auth/credentials/wscript_build +++ b/auth/credentials/wscript_build @@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('samba-credentials', public_headers='credentials.h', pc_files='samba-credentials.pc', deps='LIBCRYPTO samba-errors events LIBCLI_AUTH samba-security CREDENTIALS_SECRETS CREDENTIALS_KRB5', - vnum='0.0.1' + vnum='0.1.0' ) bld.SAMBA_SUBSYSTEM('CREDENTIALS_KRB5',