remove duplicate smbspool link on SWAT's front page; bug 541
[samba.git] / source3 / VERSION
1 ########################################################
2 # SAMBA Version                                        #
3 #                                                      #
4 # script/mkversion.sh                                  #
5 # will use this file to create                         #
6 # include/version.h                                    #
7 #                                                      #
8 ########################################################
9
10 ########################################################
11 # This are the main SAMBA version numbers              #
12 #                                                      #
13 # <MAJOR>.<MINOR>.<RELEASE>                            #
14 #                                                      #
15 # e.g. SAMBA_VERSION_MAJOR=3                           #
16 #      SAMBA_VERSION_MINOR=0                           #
17 #      SAMBA_VERSION_RELEASE=0                         #
18 #  ->  "3.0.0"                                         #
19 ########################################################
20 SAMBA_VERSION_MAJOR=3
21 SAMBA_VERSION_MINOR=1
22 SAMBA_VERSION_RELEASE=0
23
24 ########################################################
25 # If a official release has a serious bug              #
26 # a security release will have 'a' sufffix             #
27 #                                                      #
28 # so SAMBA's version will be                           #
29 # <MAJOR>.<MINOR>.<RELEASE><REVISION>                  #
30 #                                                      #
31 # e.g. SAMBA_VERSION_PRE_RELEASE=a                     #
32 #  ->  "2.2.8a"                                        #
33 ########################################################
34 SAMBA_VERSION_REVISION=
35
36 ########################################################
37 # For 'pre' releases the version will be               #
38 #                                                      #
39 # <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE>            #
40 #                                                      #
41 # e.g. SAMBA_VERSION_PRE_RELEASE=1                     #
42 #  ->  "2.2.9pre1"                                     #
43 ########################################################
44 SAMBA_VERSION_PRE_RELEASE=
45
46 ########################################################
47 # For 'rc' releases the version will be                #
48 #                                                      #
49 # <MAJOR>.<MINOR>.<RELEASE>rc<RC_RELEASE>              #
50 #                                                      #
51 # e.g. SAMBA_VERSION_RC_RELEASE=1                      #
52 #  ->  "3.0.0rc1"                                      #
53 ########################################################
54 SAMBA_VERSION_RC_RELEASE=
55
56 ########################################################
57 # For 'beta' releases the version will be              #
58 #                                                      #
59 # <MAJOR>.<MINOR>.<RELEASE>beta<BETA_RELEASE>          #
60 #                                                      #
61 # e.g. SAMBA_VERSION_BETA_RELEASE=3                    #
62 #  ->  "3.0.0beta3"                                    #
63 ########################################################
64 SAMBA_VERSION_BETA_RELEASE=
65
66 ########################################################
67 # For 'alpha' releases the version will be             #
68 #                                                      #
69 # <MAJOR>.<MINOR>.<RELEASE>alpha<ALPHA_RELEASE>        #
70 #                                                      #
71 # e.g. SAMBA_VERSION_ALPHA_RELEASE=1                   #
72 #  ->  "4.0.0alpha1"                                   #
73 ########################################################
74 SAMBA_VERSION_ALPHA_RELEASE=1
75
76 ########################################################
77 # For 'test' releases the version will be              #
78 #                                                      #
79 # <MAJOR>.<MINOR>.<RELEASE>test<TEST_RELEASE>          #
80 #                                                      #
81 # e.g. SAMBA_VERSION_TEST_RELEASE=1                    #
82 #  ->  "4.0.0test1"                                    #
83 ########################################################
84 SAMBA_VERSION_TEST_RELEASE=
85
86 ########################################################
87 # To mark CVS snapshots this should be set to 'yes'    #
88 # in the development BRANCH, and set to 'no' only in   #
89 # the SAMBA_X_X_RELEASE BRANCH                         #
90 #                                                      #
91 # <MAJOR>.<MINOR>.<RELEASE>[...]cvs                    #
92 #                                                      #
93 # e.g. SAMBA_VERSION_IS_CVS_SNAPSHOT=yes               #
94 #  ->  "CVS 3.0.0rc2"                                  #
95 ########################################################
96 SAMBA_VERSION_IS_CVS_SNAPSHOT=yes
97
98 ########################################################
99 # This can be set by vendors if they want...           #
100 # This can be a string constant or a function which    #
101 # returns a string (const char *)                      #
102 #                                                      #
103 # <MAJOR>.<MINOR>.<RELEASE>[...]-<VENDOR_SUFFIX>       #
104 #                                                      #
105 # Note the '-' is automaticaly added                   #
106 #                                                      #
107 # e.g. SAMBA_VERSION_VENDOR_SUFFIX="VendorVersion"     #
108 #  ->  "CVS 3.0.0rc2-VendorVersion"                    #
109 #                                                      #
110 # Note: If you want to use a function,                 #
111 #       then patch lib/version.c and add this function #
112 #       there, because the symbol must be available in #
113 #       binary.                                        #
114 #                                                      #
115 # const char *vendor_version(void)                     #
116 # {                                                    #
117 #       return "VendorVersion";                        #
118 # }                                                    #
119 #                                                      #
120 # e.g. SAMBA_VERSION_VENDOR_SUFFIX=vendor_version()    #
121 #  ->  "CVS 3.0.0rc2-VendorVersion"                    #
122 ########################################################
123 SAMBA_VERSION_VENDOR_SUFFIX=