From 20c07674f6c0b9423c13b9876dbe4d12f86e0d72 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 16 Oct 2009 16:07:31 +0200 Subject: nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials(). Guenther --- nsswitch/libwbclient/wbclient.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nsswitch/libwbclient') diff --git a/nsswitch/libwbclient/wbclient.h b/nsswitch/libwbclient/wbclient.h index 0c0c494925..eea71ab86b 100644 --- a/nsswitch/libwbclient/wbclient.h +++ b/nsswitch/libwbclient/wbclient.h @@ -63,9 +63,10 @@ const char *wbcErrorString(wbcErr error); * 0.3: Added wbcGetpwsid() * Added wbcGetSidAliases() * 0.4: Added wbcSidTypeString() + * 0.5: Added wbcChangeTrustCredentials() **/ #define WBCLIENT_MAJOR_VERSION 0 -#define WBCLIENT_MINOR_VERSION 4 +#define WBCLIENT_MINOR_VERSION 5 #define WBCLIENT_VENDOR_VERSION "Samba libwbclient" struct wbcLibraryDetails { uint16_t major_version; -- cgit