diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-08-31 01:52:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:16 -0500 |
commit | b7eae7879411bbd4b62f6b93991cffe3c99ac5cd (patch) | |
tree | 10025bf7f5def8f46b133c761c09b472312c5fec /source4/VERSION | |
parent | e89be1bf44d7a1d3c7b8104747e2a35511cc2bce (diff) | |
download | samba-b7eae7879411bbd4b62f6b93991cffe3c99ac5cd.tar.gz samba-b7eae7879411bbd4b62f6b93991cffe3c99ac5cd.tar.bz2 samba-b7eae7879411bbd4b62f6b93991cffe3c99ac5cd.zip |
r24819: We are preparing for alpha1, so update the mkversion script to cope with that.
Andrew Bartlett
(This used to be commit 6245da195b76e233f83354797818f608c5458d63)
Diffstat (limited to 'source4/VERSION')
-rw-r--r-- | source4/VERSION | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/source4/VERSION b/source4/VERSION index 629838e695..d0f02a62f5 100644 --- a/source4/VERSION +++ b/source4/VERSION @@ -47,7 +47,17 @@ SAMBA_VERSION_REVISION= # e.g. SAMBA_VERSION_TP_RELEASE=1 # # -> "4.0.0tp1" # ######################################################## -SAMBA_VERSION_TP_RELEASE=6 +SAMBA_VERSION_TP_RELEASE= + +######################################################## +# For 'alpha' releases the version will be # +# # +# <MAJOR>.<MINOR>.<RELEASE>alpha<TP_RELEASE> # +# # +# e.g. SAMBA_VERSION_ALPHA_RELEASE=1 # +# -> "4.0.0alpha1" # +######################################################## +SAMBA_VERSION_ALPHA_RELEASE=1 ######################################################## # For 'pre' releases the version will be # |