diff options
author | Gerald Carter <jerry@samba.org> | 2006-01-23 22:02:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:13 -0500 |
commit | 19907887fcc1fa96f947298da752f410eb23ad1e (patch) | |
tree | 08e1be2dbe15a6cc3ba7dcf1940ef89bfffa063a /source3/VERSION | |
parent | bdc6f05af5419d7ade6d944789abcd0abc4a4ebd (diff) | |
download | samba-19907887fcc1fa96f947298da752f410eb23ad1e.tar.gz samba-19907887fcc1fa96f947298da752f410eb23ad1e.tar.bz2 samba-19907887fcc1fa96f947298da752f410eb23ad1e.zip |
r13093: adding vendor patch level string as announced on samba-technical ml
(This used to be commit d40f06018b9197c35a10cc9ab284dd596244f47b)
Diffstat (limited to 'source3/VERSION')
-rw-r--r-- | source3/VERSION | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/VERSION b/source3/VERSION index 5e2b8df386..5119a95401 100644 --- a/source3/VERSION +++ b/source3/VERSION @@ -1,6 +1,12 @@ ######################################################## # SAMBA Version # # # +# Samba versions are as follows # +# 3.0.x New production series # +# 3.0.x{pre,rc}y Preview/Testing & RC # +# 3.0.x[a-z] Patch releases # +# 3.0.x[a-z]-VENDOR-z Vendor patch releases # +# # # script/mkversion.sh # # will use this file to create # # include/version.h # @@ -91,3 +97,4 @@ SAMBA_VERSION_IS_SVN_SNAPSHOT=yes # -> "CVS 3.0.0rc2-VendorVersion" # ######################################################## SAMBA_VERSION_VENDOR_SUFFIX= +SAMBA_VENDOR_PATCH= |