From 016795c550ee0b78fa46c508703fb5e1e40d8f36 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 12 Oct 2007 14:39:35 +0200 Subject: [PATCH] Remove superfluous quotation marks around samba version vendor suffix. Michael --- source/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/VERSION b/source/VERSION index 858b6271436..d34a625f0d5 100644 --- a/source/VERSION +++ b/source/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= -- 2.11.4.GIT