1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)

This commit is contained in:
Michael Adam 2011-01-27 22:00:33 +01:00
parent 68a9b726be
commit 128bed20c4

View File

@ -66,9 +66,16 @@ const char *wbcErrorString(wbcErr error);
* 0.4: Added wbcSidTypeString()
* 0.5: Added wbcChangeTrustCredentials()
* 0.6: Made struct wbcInterfaceDetails char* members non-const
* 1.0: ABI change: removed the following:
* wbcSetUidMapping()
* wbcSetGidMapping()
* wbcRemoveUidMapping()
* wbcRemoveGidMapping()
* wbcSetUidHwm()
* wbcSetGidHwm()
**/
#define WBCLIENT_MAJOR_VERSION 0
#define WBCLIENT_MINOR_VERSION 6
#define WBCLIENT_MAJOR_VERSION 1
#define WBCLIENT_MINOR_VERSION 0
#define WBCLIENT_VENDOR_VERSION "Samba libwbclient"
struct wbcLibraryDetails {
uint16_t major_version;