diff options
Diffstat (limited to 'source4/VERSION')
-rw-r--r-- | source4/VERSION | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/VERSION b/source4/VERSION index 4bf6f3e5db..cdc04ab5af 100644 --- a/source4/VERSION +++ b/source4/VERSION @@ -22,6 +22,18 @@ SAMBA_VERSION_MINOR=9 SAMBA_VERSION_RELEASE=0 ######################################################## +# 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> # |