diff options
author | Lars Müller <lmuelle@samba.org> | 2005-08-04 02:59:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:24 -0500 |
commit | 910f3dd3480248ff97454169836b799ab8be22b1 (patch) | |
tree | 60b863e45a2361c94ed60ac07a3ad17909de63ff /source3/VERSION | |
parent | 1431a6030d4d869325184dafc4295737ec810f26 (diff) | |
download | samba-910f3dd3480248ff97454169836b799ab8be22b1.tar.gz samba-910f3dd3480248ff97454169836b799ab8be22b1.tar.bz2 samba-910f3dd3480248ff97454169836b799ab8be22b1.zip |
r9038: Revert svn rev 414. Discussed with Jerry and Metze.
We need the option to add an 'a' if we're already in pre or rc state
with the next release.
Bugzilla Bug 2618
(This used to be commit 26bf1d223efd011ca7c4d5c7d5de23d0f9ad0823)
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> # |