From 876ae0a830c7d235313ca9a467f1ad58f4286343 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 12 Oct 2007 14:39:35 +0200 Subject: Remove superfluous quotation marks around samba version vendor suffix. Michael (This used to be commit 016795c550ee0b78fa46c508703fb5e1e40d8f36) --- source3/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/VERSION') diff --git a/source3/VERSION b/source3/VERSION index 858b627143..d34a625f0d 100644 --- a/source3/VERSION +++ b/source3/VERSION @@ -95,5 +95,5 @@ SAMBA_VERSION_IS_GIT_SNAPSHOT=yes # e.g. SAMBA_VERSION_VENDOR_SUFFIX=vendor_version() # # -> "CVS 3.0.0rc2-VendorVersion" # ######################################################## -SAMBA_VERSION_VENDOR_SUFFIX="test" +SAMBA_VERSION_VENDOR_SUFFIX=test SAMBA_VENDOR_PATCH= -- cgit