diff options
author | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 19:16:45 -0500 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 19:16:45 -0500 |
commit | a839f84e1cb61d34e9dd6a77a7fd2f195908a590 (patch) | |
tree | 6c7dac325491ad61d3bbcb89a49c42915efdd96f | |
parent | e5a951325a6cac8567af3a66de6d2df577508ae4 (diff) | |
download | samba-a839f84e1cb61d34e9dd6a77a7fd2f195908a590.tar.gz samba-a839f84e1cb61d34e9dd6a77a7fd2f195908a590.tar.bz2 samba-a839f84e1cb61d34e9dd6a77a7fd2f195908a590.zip |
Set -test in the vendor version
(This used to be commit 1e048ef75eba99d4bce9e44a4e2a3b95657e2e3d)
-rw-r--r-- | source3/VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/VERSION b/source3/VERSION index 72764299f5..5e10dc79f3 100644 --- a/source3/VERSION +++ b/source3/VERSION @@ -46,7 +46,7 @@ SAMBA_VERSION_REVISION= # e.g. SAMBA_VERSION_PRE_RELEASE=1 # # -> "2.2.9pre1" # ######################################################## -SAMBA_VERSION_PRE_RELEASE=1 +SAMBA_VERSION_PRE_RELEASE=2 ######################################################## # For 'rc' releases the version will be # @@ -95,5 +95,5 @@ SAMBA_VERSION_IS_SVN_SNAPSHOT=yes # e.g. SAMBA_VERSION_VENDOR_SUFFIX=vendor_version() # # -> "CVS 3.0.0rc2-VendorVersion" # ######################################################## -SAMBA_VERSION_VENDOR_SUFFIX= +SAMBA_VERSION_VENDOR_SUFFIX="-test" SAMBA_VENDOR_PATCH= |