1 ########################################################
4 # Samba versions are as follows #
5 # 3.0.x New production series #
6 # 3.0.x{tp,pre,rc}y Preview/Testing & RC #
7 # 3.0.x[a-z] Patch releases #
8 # 3.0.x[a-z]-VENDOR-z Vendor patch releases #
10 # script/mkversion.sh #
11 # will use this file to create #
14 ########################################################
16 SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the Samba Team 1992-2024"
18 ########################################################
19 # This are the main SAMBA version numbers #
21 # <MAJOR>.<MINOR>.<RELEASE> #
23 # e.g. SAMBA_VERSION_MAJOR=3 #
24 # SAMBA_VERSION_MINOR=0 #
25 # SAMBA_VERSION_RELEASE=0 #
27 ########################################################
29 SAMBA_VERSION_MINOR=21
30 SAMBA_VERSION_RELEASE=0
32 ########################################################
33 # If a official release has a serious bug #
34 # a security release will have 'a' sufffix #
36 # so SAMBA's version will be #
37 # <MAJOR>.<MINOR>.<RELEASE><REVISION> #
39 # e.g. SAMBA_VERSION_REVISION=a #
41 ########################################################
42 SAMBA_VERSION_REVISION=
44 ########################################################
45 # For 'tp' releases the version will be #
47 # <MAJOR>.<MINOR>.<RELEASE>tp<TP_RELEASE> #
49 # e.g. SAMBA_VERSION_TP_RELEASE=1 #
51 ########################################################
52 SAMBA_VERSION_TP_RELEASE=
54 ########################################################
55 # For 'alpha' releases the version will be #
57 # <MAJOR>.<MINOR>.<RELEASE>alpha<TP_RELEASE> #
59 # e.g. SAMBA_VERSION_ALPHA_RELEASE=1 #
61 ########################################################
62 SAMBA_VERSION_ALPHA_RELEASE=
64 ########################################################
65 # For 'alpha' releases the version will be #
67 # <MAJOR>.<MINOR>.<RELEASE>beta<TP_RELEASE> #
69 # e.g. SAMBA_VERSION_BETA_RELEASE=1 #
71 ########################################################
72 SAMBA_VERSION_BETA_RELEASE=
74 ########################################################
75 # For 'pre' releases the version will be #
77 # <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE> #
79 # e.g. SAMBA_VERSION_PRE_RELEASE=1 #
81 ########################################################
82 SAMBA_VERSION_PRE_RELEASE=1
84 ########################################################
85 # For 'rc' releases the version will be #
87 # <MAJOR>.<MINOR>.<RELEASE>rc<RC_RELEASE> #
89 # e.g. SAMBA_VERSION_RC_RELEASE=1 #
91 ########################################################
92 SAMBA_VERSION_RC_RELEASE=
94 ########################################################
95 # To mark SVN snapshots this should be set to 'yes' #
96 # in the development BRANCH, and set to 'no' only in #
97 # the SAMBA_X_X_RELEASE BRANCH #
99 # <MAJOR>.<MINOR>.<RELEASE>[...]-SVN-build-xxx #
101 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes #
102 # -> "3.0.0-SVN-build-199" #
103 ########################################################
104 SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
106 ########################################################
107 # This is for specifying a release nickname #
109 # e.g. SAMBA_VERSION_RELEASE_NICKNAME=Nicky Nickname #
110 # smbd --version will then give: #
111 # -> "4.0.0-tp1-VendorVersion (Nicky Nickname)" #
112 ########################################################
113 SAMBA_VERSION_RELEASE_NICKNAME=
115 ########################################################
116 # This can be set by vendors if they want... #
117 # This can be a string constant or a function which #
118 # returns a string (const char *) #
120 # <MAJOR>.<MINOR>.<RELEASE>[...]-<VENDOR_SUFFIX> #
122 # Note the '-' is automatically added #
124 # e.g. SAMBA_VERSION_VENDOR_SUFFIX=VendorVersion #
125 # -> "3.0.0rc2-VendorVersion" #
127 ########################################################
128 SAMBA_VERSION_VENDOR_SUFFIX=
129 SAMBA_VERSION_VENDOR_PATCH=