diff options
author | Christof Schmitt <cs@samba.org> | 2019-03-06 16:18:51 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2019-03-07 01:30:49 +0000 |
commit | ccb645321460034d4f33674854877620810b83e0 (patch) | |
tree | 47a7d63a0b73b659e57e15d09b0952ccd790c9dd /source3/wscript_build | |
parent | 4d2260d86d48f4569b29d3b6e1917ba33c019377 (diff) | |
download | samba-ccb645321460034d4f33674854877620810b83e0.tar.gz |
passdb: Increase ABI version to 0.28.0
The change from c906153cc lib: Remove some unused code
removed functions, but only updated the minor version
of the ABI. Update the passdb version to 0.28.0
to reflect this change.
file.
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Mar 7 01:30:49 UTC 2019 on sn-devel-144
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 41f01e392e2..ed4de978fdc 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -149,7 +149,7 @@ bld.SAMBA3_LIBRARY('samba-passdb', ''', abi_match=private_pdb_match, abi_directory='passdb/ABI', - vnum='0.27.2') + vnum='0.28.0') bld.SAMBA3_SUBSYSTEM('pdb', source=''' |