python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / VERSION
1 ########################################################
2 # SAMBA Version                                        #
3 #                                                      #
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           #
9 #                                                      #
10 # script/mkversion.sh                                  #
11 # will use this file to create                         #
12 # include/version.h                                    #
13 #                                                      #
14 ########################################################
15
16 SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the Samba Team 1992-2024"
17
18 ########################################################
19 # This are the main SAMBA version numbers              #
20 #                                                      #
21 # <MAJOR>.<MINOR>.<RELEASE>                            #
22 #                                                      #
23 # e.g. SAMBA_VERSION_MAJOR=3                           #
24 #      SAMBA_VERSION_MINOR=0                           #
25 #      SAMBA_VERSION_RELEASE=0                         #
26 #  ->  "3.0.0"                                         #
27 ########################################################
28 SAMBA_VERSION_MAJOR=4
29 SAMBA_VERSION_MINOR=21
30 SAMBA_VERSION_RELEASE=0
31
32 ########################################################
33 # If a official release has a serious bug              #
34 # a security release will have 'a' sufffix             #
35 #                                                      #
36 # so SAMBA's version will be                           #
37 # <MAJOR>.<MINOR>.<RELEASE><REVISION>                  #
38 #                                                      #
39 # e.g. SAMBA_VERSION_REVISION=a                        #
40 #  ->  "2.2.8a"                                        #
41 ########################################################
42 SAMBA_VERSION_REVISION=
43
44 ########################################################
45 # For 'tp' releases the version will be                #
46 #                                                      #
47 # <MAJOR>.<MINOR>.<RELEASE>tp<TP_RELEASE>              #
48 #                                                      #
49 # e.g. SAMBA_VERSION_TP_RELEASE=1                      #
50 #  ->  "4.0.0tp1"                                      #
51 ########################################################
52 SAMBA_VERSION_TP_RELEASE=
53
54 ########################################################
55 # For 'alpha' releases the version will be             #
56 #                                                      #
57 # <MAJOR>.<MINOR>.<RELEASE>alpha<TP_RELEASE>           #
58 #                                                      #
59 # e.g. SAMBA_VERSION_ALPHA_RELEASE=1                   #
60 #  ->  "4.0.0alpha1"                                   #
61 ########################################################
62 SAMBA_VERSION_ALPHA_RELEASE=
63
64 ########################################################
65 # For 'alpha' releases the version will be             #
66 #                                                      #
67 # <MAJOR>.<MINOR>.<RELEASE>beta<TP_RELEASE>            #
68 #                                                      #
69 # e.g. SAMBA_VERSION_BETA_RELEASE=1                    #
70 #  ->  "4.0.0beta1"                                    #
71 ########################################################
72 SAMBA_VERSION_BETA_RELEASE=
73
74 ########################################################
75 # For 'pre' releases the version will be               #
76 #                                                      #
77 # <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE>            #
78 #                                                      #
79 # e.g. SAMBA_VERSION_PRE_RELEASE=1                     #
80 #  ->  "2.2.9pre1"                                     #
81 ########################################################
82 SAMBA_VERSION_PRE_RELEASE=1
83
84 ########################################################
85 # For 'rc' releases the version will be                #
86 #                                                      #
87 # <MAJOR>.<MINOR>.<RELEASE>rc<RC_RELEASE>              #
88 #                                                      #
89 # e.g. SAMBA_VERSION_RC_RELEASE=1                      #
90 #  ->  "3.0.0rc1"                                      #
91 ########################################################
92 SAMBA_VERSION_RC_RELEASE=
93
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                         #
98 #                                                      #
99 # <MAJOR>.<MINOR>.<RELEASE>[...]-SVN-build-xxx         #
100 #                                                      #
101 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes               #
102 #  ->  "3.0.0-SVN-build-199"                           #
103 ########################################################
104 SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
105
106 ########################################################
107 # This is for specifying a release nickname            #
108 #                                                      #
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=
114
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 *)                      #
119 #                                                      #
120 # <MAJOR>.<MINOR>.<RELEASE>[...]-<VENDOR_SUFFIX>       #
121 #                                                      #
122 # Note the '-' is automatically added                  #
123 #                                                      #
124 # e.g. SAMBA_VERSION_VENDOR_SUFFIX=VendorVersion       #
125 #  ->  "3.0.0rc2-VendorVersion"                        #
126 #                                                      #
127 ########################################################
128 SAMBA_VERSION_VENDOR_SUFFIX=
129 SAMBA_VERSION_VENDOR_PATCH=