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 ########################################################
17 # This are the main SAMBA version numbers #
19 # <MAJOR>.<MINOR>.<RELEASE> #
21 # e.g. SAMBA_VERSION_MAJOR=3 #
22 # SAMBA_VERSION_MINOR=0 #
23 # SAMBA_VERSION_RELEASE=0 #
25 ########################################################
28 SAMBA_VERSION_RELEASE=0
30 ########################################################
31 # If a official release has a serious bug #
32 # a security release will have 'a' sufffix #
34 # so SAMBA's version will be #
35 # <MAJOR>.<MINOR>.<RELEASE><REVISION> #
37 # e.g. SAMBA_VERSION_REVISION=a #
39 ########################################################
40 SAMBA_VERSION_REVISION=
42 ########################################################
43 # For 'tp' releases the version will be #
45 # <MAJOR>.<MINOR>.<RELEASE>tp<TP_RELEASE> #
47 # e.g. SAMBA_VERSION_TP_RELEASE=1 #
49 ########################################################
50 SAMBA_VERSION_TP_RELEASE=3
52 ########################################################
53 # For 'pre' releases the version will be #
55 # <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE> #
57 # e.g. SAMBA_VERSION_PRE_RELEASE=1 #
59 ########################################################
60 SAMBA_VERSION_PRE_RELEASE=
62 ########################################################
63 # For 'rc' releases the version will be #
65 # <MAJOR>.<MINOR>.<RELEASE>rc<RC_RELEASE> #
67 # e.g. SAMBA_VERSION_RC_RELEASE=1 #
69 ########################################################
70 SAMBA_VERSION_RC_RELEASE=
72 ########################################################
73 # To mark SVN snapshots this should be set to 'yes' #
74 # in the development BRANCH, and set to 'no' only in #
75 # the SAMBA_X_X_RELEASE BRANCH #
77 # <MAJOR>.<MINOR>.<RELEASE>[...]-SVN-build-xxx #
79 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes #
80 # -> "3.0.0-SVN-build-199" #
81 ########################################################
82 SAMBA_VERSION_IS_SVN_SNAPSHOT=yes
84 ########################################################
85 # This is for specifying a release nickname #
87 # e.g. SAMBA_VERSION_RELEASE_NICKNAME=Nicky Nickname #
88 # smbd --version will then give: #
89 # -> "4.0.0-tp1-VendorVersion (Nicky Nickname)" #
90 ########################################################
91 SAMBA_VERSION_RELEASE_NICKNAME=
93 ########################################################
94 # This can be set by vendors if they want... #
95 # This can be a string constant or a function which #
96 # returns a string (const char *) #
98 # <MAJOR>.<MINOR>.<RELEASE>[...]-<VENDOR_SUFFIX> #
100 # Note the '-' is automaticaly added #
102 # e.g. SAMBA_VERSION_VENDOR_SUFFIX=VendorVersion #
103 # -> "3.0.0rc2-VendorVersion" #
105 ########################################################
106 SAMBA_VERSION_VENDOR_SUFFIX=
107 SAMBA_VERSION_VENDOR_PATCH=