The branch, v4-17-test has been updated via 721ea813b54 waf: Fix SO version number of libsamba-errors from fbcb8db069c WHATSNEW: document new volume serial number smb.conf parameter
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-17-test - Log ----------------------------------------------------------------- commit 721ea813b542c7087fc5cdb1ad3e9513944ed975 Author: Andreas Schneider <a...@samba.org> Date: Wed Aug 10 13:55:48 2022 +0200 waf: Fix SO version number of libsamba-errors BUG: https://bugzilla.samba.org/show_bug.cgi?id=15141 Signed-off-by: Andreas Schneider <a...@samba.org> Reviewed-by: Alexander Bokovoy <a...@samba.org> (cherry picked from commit 563a2c8d7296e77ae12de1c5a1a3797e72294068) Autobuild-User(v4-17-test): Jule Anger <jan...@samba.org> Autobuild-Date(v4-17-test): Tue Aug 23 10:31:11 UTC 2022 on sn-devel-184 ----------------------------------------------------------------------- Summary of changes: libcli/util/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Changeset truncated at 500 lines: diff --git a/libcli/util/wscript_build b/libcli/util/wscript_build index 9c8fddca94b..4267cfeb57e 100644 --- a/libcli/util/wscript_build +++ b/libcli/util/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('samba-errors', deps='gnutls', # private_library=True, pc_files=[], - vnum='1', + vnum='1.0.0', ) bld.SAMBA_GENERATOR('ntstatus_generated', -- Samba Shared Repository