diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-01-23 11:23:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:23 -0500 |
commit | 36b1a0f82de812fafb2bf75b3fe5b29cb789cdbc (patch) | |
tree | c20609c202d735fc7f0ebc8d3b9c3ecf4143a3d8 /source4/VERSION | |
parent | 9c9b42a5499dc381f43684ebd46b3bc1272d743c (diff) | |
download | samba-36b1a0f82de812fafb2bf75b3fe5b29cb789cdbc.tar.gz samba-36b1a0f82de812fafb2bf75b3fe5b29cb789cdbc.tar.bz2 samba-36b1a0f82de812fafb2bf75b3fe5b29cb789cdbc.zip |
r13079: add SAMBA_VERSION_RELEASE_NICKNAME
if it's set in source/VERSION
smbd --version will print
4.0.0tp1 (Nickname)
metze
(This used to be commit 780870293b8109250b16101649f110ba22c1932b)
Diffstat (limited to 'source4/VERSION')
-rw-r--r-- | source4/VERSION | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source4/VERSION b/source4/VERSION index f318e55e5f..c0b066cca1 100644 --- a/source4/VERSION +++ b/source4/VERSION @@ -34,6 +34,16 @@ SAMBA_VERSION_RELEASE=0 SAMBA_VERSION_REVISION= ######################################################## +# For 'tp' releases the version will be # +# # +# <MAJOR>.<MINOR>.<RELEASE>tp<TP_RELEASE> # +# # +# e.g. SAMBA_VERSION_PRE_RELEASE=1 # +# -> "4.0.0tp1" # +######################################################## +SAMBA_VERSION_TP_RELEASE= + +######################################################## # For 'pre' releases the version will be # # # # <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE> # @@ -66,6 +76,15 @@ SAMBA_VERSION_RC_RELEASE= SAMBA_VERSION_IS_SVN_SNAPSHOT=yes ######################################################## +# This is for specifying a release nickname # +# # +# e.g. SAMBA_VERSION_RELEASE_NICKNAME="Nicky Nickname" # +# smbd --version will then give: # +# -> "4.0.0-tp1-VendorVersion (Nicky Nickname)" # +######################################################## +SAMBA_VERSION_RELEASE_NICKNAME= + +######################################################## # This can be set by vendors if they want... # # This can be a string constant or a function which # # returns a string (const char *) # |