diff options
author | Günther Deschner <gd@samba.org> | 2009-10-16 16:07:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-16 16:08:55 +0200 |
commit | 20c07674f6c0b9423c13b9876dbe4d12f86e0d72 (patch) | |
tree | 7303ad63ce5d7bfa2a1077525f851aa7640c4c01 /nsswitch | |
parent | 79c2c61b99eb7c47c8bfbbb479d9d2197d1ad1fb (diff) | |
download | samba-20c07674f6c0b9423c13b9876dbe4d12f86e0d72.tar.gz samba-20c07674f6c0b9423c13b9876dbe4d12f86e0d72.tar.bz2 samba-20c07674f6c0b9423c13b9876dbe4d12f86e0d72.zip |
nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().
Guenther
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/libwbclient/wbclient.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |