summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-18 23:58:26 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-20 21:58:06 +1000
commit0e441636afd5923a92f7eb29d66dfa52e2f0a5c3 (patch)
tree88c145ee5dc63b477a586e68b3aceae45b0a1b06 /buildtools/wafsamba
parent921b927d3011b753a51d450a451d5f49abac9e56 (diff)
downloadsamba-0e441636afd5923a92f7eb29d66dfa52e2f0a5c3.tar.gz
samba-0e441636afd5923a92f7eb29d66dfa52e2f0a5c3.tar.bz2
samba-0e441636afd5923a92f7eb29d66dfa52e2f0a5c3.zip
WHATSNEW: Remove over-caution on s3fs and explain browsing better
Diffstat (limited to 'buildtools/wafsamba')
-rw-r--r--buildtools/wafsamba/samba_version.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/samba_version.py b/buildtools/wafsamba/samba_version.py
index e82fd4723e..b5cfc26e60 100644
--- a/buildtools/wafsamba/samba_version.py
+++ b/buildtools/wafsamba/samba_version.py
@@ -269,6 +269,7 @@ also accepted as dictionary entries here
string+="#define SAMBA_VERSION_VENDOR_SUFFIX " + self.VENDOR_SUFFIX + "\n"
if self.VENDOR_PATCH is not None:
string+="#define SAMBA_VERSION_VENDOR_PATCH " + self.VENDOR_PATCH + "\n"
+ string+='#define SAMBA_VERSION_VENDOR_PATCH_STRING "' + self.VENDOR_PATCH + '"\n'
if self.RELEASE_NICKNAME is not None:
string+="#define SAMBA_VERSION_RELEASE_NICKNAME " + self.RELEASE_NICKNAME + "\n"