diff options
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 *) # |