diff options
author | Michael Adam <obnox@samba.org> | 2007-10-12 16:15:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-10-12 16:15:28 +0200 |
commit | d93f851ec1aec185a564f5ebbdf75189e50247a3 (patch) | |
tree | a9c6f3093b0db059f1ce7cac653dcf2a7af3f08d | |
parent | 876ae0a830c7d235313ca9a467f1ad58f4286343 (diff) | |
download | samba-d93f851ec1aec185a564f5ebbdf75189e50247a3.tar.gz samba-d93f851ec1aec185a564f5ebbdf75189e50247a3.tar.bz2 samba-d93f851ec1aec185a564f5ebbdf75189e50247a3.zip |
Revert "Remove superfluous quotation marks around samba version"
This reverts commit 016795c550ee0b78fa46c508703fb5e1e40d8f36.
These quotation marks are not superfluous at all... sorry!
Michael
(This used to be commit 3a1b0965229facdeab8ddc68e72bd4c5bbec70ac)
-rw-r--r-- | source3/VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/VERSION b/source3/VERSION index d34a625f0d..858b627143 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= |