diff options
Diffstat (limited to 'source3/VERSION')
-rw-r--r-- | source3/VERSION | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/VERSION b/source3/VERSION index 303ad3dfcf..1afddaa901 100644 --- a/source3/VERSION +++ b/source3/VERSION @@ -22,6 +22,18 @@ SAMBA_VERSION_MINOR=0 SAMBA_VERSION_RELEASE=20 ######################################################## +# If a official release has a serious bug # +# a security release will have 'a' sufffix # +# # +# so SAMBA's version will be # +# <MAJOR>.<MINOR>.<RELEASE><REVISION> # +# # +# e.g. SAMBA_VERSION_PRE_RELEASE=a # +# -> "2.2.8a" # +######################################################## +SAMBA_VERSION_REVISION= + +######################################################## # For 'pre' releases the version will be # # # # <MAJOR>.<MINOR>.<RELEASE>pre<PRE_RELEASE> # |