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=
52 ########################################################
53 # For 'alpha' releases the version will be #
55 # <MAJOR>.<MINOR>.<RELEASE>alpha<TP_RELEASE> #
57 # e.g. SAMBA_VERSION_ALPHA_RELEASE=1 #
59 ########################################################
60 SAMBA_VERSION_ALPHA_RELEASE=
62 ########################################################
63 # For 'alpha' releases the version will be #
65 # <MAJOR>.<MINOR>.<RELEASE>beta<TP_RELEASE> #
67 # e.g. SAMBA_VERSION_BETA_RELEASE=1 #
69 ########################################################
70 SAMBA_VERSION_BETA_RELEASE=6
72 ########################################################
73 # For 'pre' releases the version will be #
75 # <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE> #
77 # e.g. SAMBA_VERSION_PRE_RELEASE=1 #
79 ########################################################
80 SAMBA_VERSION_PRE_RELEASE=
82 ########################################################
83 # For 'rc' releases the version will be #
85 # <MAJOR>.<MINOR>.<RELEASE>rc<RC_RELEASE> #
87 # e.g. SAMBA_VERSION_RC_RELEASE=1 #
89 ########################################################
90 SAMBA_VERSION_RC_RELEASE=
92 ########################################################
93 # To mark SVN snapshots this should be set to 'yes' #
94 # in the development BRANCH, and set to 'no' only in #
95 # the SAMBA_X_X_RELEASE BRANCH #
97 # <MAJOR>.<MINOR>.<RELEASE>[...]-SVN-build-xxx #
99 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes #
100 # -> "3.0.0-SVN-build-199" #
101 ########################################################
102 SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
104 ########################################################
105 # This is for specifying a release nickname #
107 # e.g. SAMBA_VERSION_RELEASE_NICKNAME=Nicky Nickname #
108 # smbd --version will then give: #
109 # -> "4.0.0-tp1-VendorVersion (Nicky Nickname)" #
110 ########################################################
111 SAMBA_VERSION_RELEASE_NICKNAME=
113 ########################################################
114 # This can be set by vendors if they want... #
115 # This can be a string constant or a function which #
116 # returns a string (const char *) #
118 # <MAJOR>.<MINOR>.<RELEASE>[...]-<VENDOR_SUFFIX> #
120 # Note the '-' is automaticaly added #
122 # e.g. SAMBA_VERSION_VENDOR_SUFFIX=VendorVersion #
123 # -> "3.0.0rc2-VendorVersion" #
125 ########################################################
126 SAMBA_VERSION_VENDOR_SUFFIX=
127 SAMBA_VERSION_VENDOR_PATCH=