2004-01-28 15:47:52 +03:00
########################################################
# SAMBA Version #
# #
2006-01-24 21:35:01 +03:00
# Samba versions are as follows #
# 3.0.x New production series #
# 3.0.x{tp,pre,rc}y Preview/Testing & RC #
# 3.0.x[a-z] Patch releases #
# 3.0.x[a-z]-VENDOR-z Vendor patch releases #
# #
2004-01-28 15:47:52 +03:00
# script/mkversion.sh #
# will use this file to create #
# include/version.h #
# #
########################################################
########################################################
# This are the main SAMBA version numbers #
# #
# <MAJOR>.<MINOR>.<RELEASE> #
# #
# e.g. SAMBA_VERSION_MAJOR=3 #
# SAMBA_VERSION_MINOR=0 #
# SAMBA_VERSION_RELEASE=0 #
# -> "3.0.0" #
########################################################
2006-01-24 21:37:00 +03:00
SAMBA_VERSION_MAJOR=4
SAMBA_VERSION_MINOR=0
2004-01-28 15:47:52 +03:00
SAMBA_VERSION_RELEASE=0
2005-08-04 06:59:19 +04:00
########################################################
# If a official release has a serious bug #
# a security release will have 'a' sufffix #
# #
# so SAMBA's version will be #
# <MAJOR>.<MINOR>.<RELEASE><REVISION> #
# #
2005-08-04 21:33:10 +04:00
# e.g. SAMBA_VERSION_REVISION=a #
2005-08-04 06:59:19 +04:00
# -> "2.2.8a" #
########################################################
SAMBA_VERSION_REVISION=
2006-01-23 14:23:39 +03:00
########################################################
# For 'tp' releases the version will be #
# #
# <MAJOR>.<MINOR>.<RELEASE>tp<TP_RELEASE> #
# #
2006-01-24 21:35:01 +03:00
# e.g. SAMBA_VERSION_TP_RELEASE=1 #
2006-01-23 14:23:39 +03:00
# -> "4.0.0tp1" #
########################################################
2007-08-31 05:52:37 +04:00
SAMBA_VERSION_TP_RELEASE=
########################################################
# For 'alpha' releases the version will be #
# #
# <MAJOR>.<MINOR>.<RELEASE>alpha<TP_RELEASE> #
# #
# e.g. SAMBA_VERSION_ALPHA_RELEASE=1 #
# -> "4.0.0alpha1" #
########################################################
2010-01-11 09:05:06 +03:00
SAMBA_VERSION_ALPHA_RELEASE=12
2006-01-23 14:23:39 +03:00
2004-01-28 15:47:52 +03:00
########################################################
# For 'pre' releases the version will be #
# #
# <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE> #
# #
# e.g. SAMBA_VERSION_PRE_RELEASE=1 #
# -> "2.2.9pre1" #
########################################################
SAMBA_VERSION_PRE_RELEASE=
########################################################
# For 'rc' releases the version will be #
# #
# <MAJOR>.<MINOR>.<RELEASE>rc<RC_RELEASE> #
# #
# e.g. SAMBA_VERSION_RC_RELEASE=1 #
# -> "3.0.0rc1" #
########################################################
SAMBA_VERSION_RC_RELEASE=
########################################################
2004-04-14 11:59:07 +04:00
# To mark SVN snapshots this should be set to 'yes' #
2004-01-28 15:47:52 +03:00
# in the development BRANCH, and set to 'no' only in #
# the SAMBA_X_X_RELEASE BRANCH #
# #
2006-05-08 12:27:22 +04:00
# <MAJOR>.<MINOR>.<RELEASE>[...]-SVN-build-xxx #
2004-01-28 15:47:52 +03:00
# #
2004-04-14 11:59:07 +04:00
# e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes #
# -> "3.0.0-SVN-build-199" #
2004-01-28 15:47:52 +03:00
########################################################
2010-01-11 09:05:06 +03:00
SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
2004-01-28 15:47:52 +03:00
2006-01-23 14:23:39 +03:00
########################################################
# This is for specifying a release nickname #
# #
2006-05-08 12:27:22 +04:00
# e.g. SAMBA_VERSION_RELEASE_NICKNAME=Nicky Nickname #
2006-01-23 14:23:39 +03:00
# smbd --version will then give: #
# -> "4.0.0-tp1-VendorVersion (Nicky Nickname)" #
########################################################
SAMBA_VERSION_RELEASE_NICKNAME=
2004-01-28 15:47:52 +03:00
########################################################
# This can be set by vendors if they want... #
# This can be a string constant or a function which #
# returns a string (const char *) #
# #
# <MAJOR>.<MINOR>.<RELEASE>[...]-<VENDOR_SUFFIX> #
# #
# Note the '-' is automaticaly added #
# #
2006-05-08 12:27:22 +04:00
# e.g. SAMBA_VERSION_VENDOR_SUFFIX=VendorVersion #
2006-05-18 15:21:17 +04:00
# -> "3.0.0rc2-VendorVersion" #
2004-01-28 15:47:52 +03:00
# #
########################################################
2008-01-10 22:06:00 +03:00
SAMBA_VERSION_VENDOR_SUFFIX=
2006-01-24 21:35:01 +03:00
SAMBA_VERSION_VENDOR_PATCH=