diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-02-29 16:15:39 +0100 |
---|---|---|
committer | Karolin Seeger <ks@sernet.de> | 2008-02-29 17:02:41 +0100 |
commit | 6d1029607dd372b48ec43c259c8e16f779c89c1f (patch) | |
tree | a2b3ae7996002d97a5610ab55aa2c40f9641b27f /source3/VERSION | |
parent | 1c21e41cd9b4a1121a67b718512381bd8ca14dba (diff) | |
download | samba-6d1029607dd372b48ec43c259c8e16f779c89c1f.tar.gz samba-6d1029607dd372b48ec43c259c8e16f779c89c1f.tar.bz2 samba-6d1029607dd372b48ec43c259c8e16f779c89c1f.zip |
Prepare for release 3.2.0pre2
Karolin
(This used to be commit efdf6faba161cae9d4a0a2c693ea0b261dc73ce2)
Diffstat (limited to 'source3/VERSION')
-rw-r--r-- | source3/VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/VERSION b/source3/VERSION index f0883b95bb..814d171fd9 100644 --- a/source3/VERSION +++ b/source3/VERSION @@ -68,7 +68,7 @@ SAMBA_VERSION_RC_RELEASE= # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes # # -> "3.0.0-SVN-build-199" # ######################################################## -SAMBA_VERSION_IS_GIT_SNAPSHOT=yes +SAMBA_VERSION_IS_GIT_SNAPSHOT= ######################################################## # This can be set by vendors if they want... # @@ -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="stable" +SAMBA_VERSION_VENDOR_SUFFIX= SAMBA_VERSION_VENDOR_PATCH= |