From 36b1a0f82de812fafb2bf75b3fe5b29cb789cdbc Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 23 Jan 2006 11:23:39 +0000 Subject: 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) --- source4/VERSION | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'source4/VERSION') diff --git a/source4/VERSION b/source4/VERSION index f318e55e5f..c0b066cca1 100644 --- a/source4/VERSION +++ b/source4/VERSION @@ -33,6 +33,16 @@ SAMBA_VERSION_RELEASE=0 ######################################################## SAMBA_VERSION_REVISION= +######################################################## +# For 'tp' releases the version will be # +# # +# ..tp # +# # +# e.g. SAMBA_VERSION_PRE_RELEASE=1 # +# -> "4.0.0tp1" # +######################################################## +SAMBA_VERSION_TP_RELEASE= + ######################################################## # For 'pre' releases the version will be # # # @@ -65,6 +75,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 # -- cgit